← Index

io.github.OxygenBubbles/freeagent-mcp-server

io.github.OxygenBubbles/freeagent-mcp-server·v2.1.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "freeagent-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@oxygenbubbles/freeagent-mcp-server"
      ],
      "env": {
        "FREEAGENT_CLIENT_ID": "<your-freeagent_client_id>",
        "FREEAGENT_CLIENT_SECRET": "<your-freeagent_client_secret>",
        "FREEAGENT_REFRESH_TOKEN": "<your-freeagent_refresh_token>",
        "VENDOR_CATEGORIES": "<vendor_categories>",
        "MILEAGE_RATE_PENCE": "<mileage_rate_pence>",
        "ORS_API_KEY": "<your-ors_api_key>",
        "GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "freeagent-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@oxygenbubbles/freeagent-mcp-server"
      ],
      "env": {
        "FREEAGENT_CLIENT_ID": "<your-freeagent_client_id>",
        "FREEAGENT_CLIENT_SECRET": "<your-freeagent_client_secret>",
        "FREEAGENT_REFRESH_TOKEN": "<your-freeagent_refresh_token>",
        "VENDOR_CATEGORIES": "<vendor_categories>",
        "MILEAGE_RATE_PENCE": "<mileage_rate_pence>",
        "ORS_API_KEY": "<your-ors_api_key>",
        "GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @oxygenbubbles/freeagent-mcp-server
§02  Environment variables
FREEAGENT_CLIENT_ID
requiredsecret

FreeAgent OAuth app client ID (from dev.freeagent.com)

FREEAGENT_CLIENT_SECRET
requiredsecret

FreeAgent OAuth app client secret

FREEAGENT_REFRESH_TOKEN
requiredsecret

FreeAgent long-lived OAuth refresh token

VENDOR_CATEGORIES

JSON map of vendor name to FreeAgent category URL (extends built-in mappings)

MILEAGE_RATE_PENCE

Default pence-per-mile rate (overrides HMRC 45p/25p)

ORS_API_KEY
secret

OpenRouteService API key for driving distance calculation

GOOGLE_MAPS_API_KEY
secret

Google Maps API key (alternative to ORS for distance calculation)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other