quickfile-mcp

marcusquinn/quickfile-mcp
★ 4 stars TypeScript Security Updated 2d ago
MCP server for QuickFile UK accounting software - invoices, clients, purchases, banking, and reports
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quickfile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "marcusquinn/quickfile-mcp"
      ]
    }
  }
}

README Excerpt

Model Context Protocol server and command-line client for QuickFile UK accounting, using the beta REST API with personal bearer tokens and explicit multi-account selection. - 112 tools: 37 curated operations plus exact coverage of all 75 operations in QuickFile's published REST v2 schema - QuickFile beta REST API bearer-token authentication