freeagent mcp server for Zed
io.github.oxygenbubbles/freeagent-mcp-server
FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.
client:Zed
transport:stdio
runtime:npm
Install freeagent mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"freeagent-mcp-server": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs