freeagent mcp server for Cursor
io.github.oxygenbubbles/freeagent-mcp-server
FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.
client:Cursor
transport:stdio
runtime:npm
Install freeagent mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"freeagent-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oxygenbubbles/freeagent-mcp-server"
],
"env": {
"FREEAGENT_CLIENT_ID": "<FREEAGENT_CLIENT_ID>",
"FREEAGENT_CLIENT_SECRET": "<FREEAGENT_CLIENT_SECRET>",
"FREEAGENT_REFRESH_TOKEN": "<FREEAGENT_REFRESH_TOKEN>",
"VENDOR_CATEGORIES": "<VENDOR_CATEGORIES>",
"MILEAGE_RATE_PENCE": "<MILEAGE_RATE_PENCE>",
"ORS_API_KEY": "<ORS_API_KEY>",
"GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs