Freshbooks runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 31 Dec 2025.
MCP server for FreshBooks API integration
Today is the operative word: we check Freshbooks every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add freshbooks-mcp-server -- uvx freshbooks-mcp-server
{
"mcpServers": {
"freshbooks-mcp-server": {
"args": [
"freshbooks-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.freshbooks-mcp-server]
command = "uvx"
args = ["freshbooks-mcp-server"]
{
"mcpServers": {
"freshbooks-mcp-server": {
"args": [
"freshbooks-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"freshbooks-mcp-server": {
"args": [
"freshbooks-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
FRESHBOOKS_API_KEY (API Key for FRESHBOOKS), FRESHBOOKS_API_URL (API URL for FRESHBOOKS).
The author declared them in the registry entry; get the values from the project itself.
MCP server for QuickBooks API integration
MCP server for Azure API integration
MCP server for Xero API integration
MCP server for Chanty API integration
MCP server for UiPath API integration
MCP server for Rancher API integration
MCP server for QuickBooks Online API integration
MCP server for Rundeck API integration
Answers built from our own checks of this server.