quickfile-mcp
Verified Safeby marcusquinn
Overview
This MCP server integrates AI assistants with QuickFile UK accounting software, providing full access to invoicing, client management, purchases, banking, and financial reporting.
Installation
node dist/index.jsEnvironment Variables
- QUICKFILE_DEBUG
Security Notes
The server uses MD5 hashing for QuickFile API authentication, which is cryptographically weak, but this is explicitly noted as a requirement of the external QuickFile API and not an internal design choice. The API key itself is never directly transmitted. Credentials are stored in `~/.config/.quickfile-mcp/credentials.json` with strict `chmod 600` permissions (owner read/write only) enforced by the setup script, which is good practice. Sensitive authentication data is redacted in debug logs if `QUICKFILE_DEBUG` is enabled. The project also utilizes `secretlint` in its pre-commit hooks to prevent accidental secret exposure, demonstrating a proactive security posture. Overall, the internal security practices are robust given the constraints of the external API.
Similar Servers
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
PowerBI-Desktop-MCP
Enables AI assistants to programmatically interact with Power BI Desktop models for data exploration, analysis, and modification.
mcp-metatrader5-server
Allows AI assistants to control MetaTrader 5 terminal for trading operations and market data analysis.
youtrack-mcp
An enterprise-grade Model Context Protocol (MCP) server for JetBrains YouTrack 2025.2, enabling AI assistants (e.g., Claude, VSCode extensions, Continue.dev, custom connectors) to access and manage YouTrack issues, sprints, dependencies, time tracking, and knowledge base content via a tool-based interface.