Skip to content
Claude Desktop

freeagent mcp server for Claude Desktop

io.github.oxygenbubbles/freeagent-mcp-server

FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.

client:Claude Desktop transport:stdio runtime:npm

Install freeagent mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

freeagent mcp server in other clients