Skip to content
Cline

freeagent mcp server for Cline

io.github.oxygenbubbles/freeagent-mcp-server

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

client:Cline transport:stdio runtime:npm

Install freeagent mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

freeagent mcp server in other clients