Loading MCP server directory, please wait...
FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.
npx @getmcp/cli add io.github.OxygenBubbles/freeagent-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FREEAGENT_CLIENT_IDFreeAgent OAuth app client ID (from dev.freeagent.com)
FREEAGENT_CLIENT_SECRETFreeAgent OAuth app client secret
FREEAGENT_REFRESH_TOKENFreeAgent long-lived OAuth refresh token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.OxygenBubbles/freeagent-mcp-server": {
"command": "npx",
"args": [
"-y",
"@oxygenbubbles/freeagent-mcp-server"
],
"env": {
"FREEAGENT_CLIENT_ID": "",
"FREEAGENT_CLIENT_SECRET": "",
"FREEAGENT_REFRESH_TOKEN": "",
"VENDOR_CATEGORIES": "",
"MILEAGE_RATE_PENCE": "",
"ORS_API_KEY": "",
"GOOGLE_MAPS_API_KEY": ""
}
}
}
}