MCP server for FreeAgent accounting — bank reconciliation, expenses, mileage, invoicing, supplier bills, time tracking and reporting
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"freeagent-mcp-server": {
"command": "npx",
"args": [
"-y",
"OxygenBubbles/freeagent-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add freeagent-mcp-server npx -y OxygenBubbles/freeagent-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"freeagent-mcp-server": {
"command": "npx",
"args": [
"-y",
"OxygenBubbles/freeagent-mcp-server"
]
}
}
}