A production-grade Model Context Protocol (MCP) server for the QuickFile accounting API — covers all 15 domains, cross-domain fan-out, reasoning guard, fallback handling, and full multi-model compatibility.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"quickfile-mcp": {
"command": "npx",
"args": [
"-y",
"Time-Plixer-Production/quickfile-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add quickfile-mcp npx -y Time-Plixer-Production/quickfile-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"quickfile-mcp": {
"command": "npx",
"args": [
"-y",
"Time-Plixer-Production/quickfile-mcp"
]
}
}
}
📋 Copy
README Excerpt
> Production-grade [Model Context Protocol](https://modelcontextprotocol.io) server for the [QuickFile](https://quickfile.co.uk) UK accounting API. > **15 domains · 28+ tools · Cloudflare Workers · Fan-out engine · Reasoning guard · Anti-hallucination · DELETE protection** --- | Feature | Detail | |---|---|