← Back to browse

freeagent-mcp-server

Indexed by io.github.OxygenBubbles

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFREEAGENT_CLIENT_ID FREEAGENT_CLIENT_SECRET FREEAGENT_REFRESH_TOKEN VENDOR_CATEGORIES MILEAGE_RATE_PENCE ORS_API_KEY GOOGLE_MAPS_API_KEY
Claude Code
claude mcp add --env FREEAGENT_CLIENT_ID= --env FREEAGENT_CLIENT_SECRET= --env FREEAGENT_REFRESH_TOKEN= --env VENDOR_CATEGORIES= --env MILEAGE_RATE_PENCE= --env ORS_API_KEY= --env GOOGLE_MAPS_API_KEY= freeagent-mcp-server -- npx @oxygenbubbles/freeagent-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"freeagent-mcp-server","command":"npx","args":["@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":""}}'
JSON
{
  "mcpServers": {
    "freeagent-mcp-server": {
      "command": "npx",
      "args": [
        "@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": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.