freeagent mcp server for Grok
io.github.oxygenbubbles/freeagent-mcp-server
FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.
client:Grok
transport:stdio
runtime:npm
Install freeagent mcp server in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs