Firefly III MCP Server
Related Servers
Alternatives to Firefly III MCP Server
- AlicenseBqualityFmaintenanceA Model Context Protocol server that provides programmatic access to Firefly III personal finance management. It enables AI assistants to manage accounts, transactions, budgets, and more through natural language.58AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables AI tools to interact with Firefly III personal finance manager through the MCP protocol, deployed globally on Cloudflare Workers for low latency.6 npmISC
- AlicenseNot gradedqualityCmaintenanceEnables AI tools to interact with a Firefly III personal finance instance via MCP protocol, deployed on Cloudflare Workers for low-latency global access.6 npmISC
- AlicenseNot gradedqualityCmaintenanceConnects any MCP-compatible AI assistant to your Firefly III personal finance instance, enabling natural language queries about your finances.MIT
- AlicenseNot gradedqualityCmaintenanceDeploy a Firefly III MCP server on Cloudflare Workers to let AI assistants interact with your Firefly III personal finance data, including accounts, transactions, budgets, and reports, with configurable tool presets.6 npmISC
Related Servers
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server that enables AI assistants to manage Lunch Money finances through 37 tools for transactions, budgets, and accounts. It supports both local stdio and remote HTTP transport modes with secure, encrypted credential storage.8 npm3MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for Firecent, a personal finance app, enabling AI agents to read and manage financial data through REST API, including accounts, records, categories, and queries.-
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI tools to interact with Firefly III personal finance management instances through a cloud-deployed MCP server. Supports financial operations like account management, transactions, budgeting, and reporting with configurable tool presets.6 npm-
- AlicenseAqualityAmaintenanceAn MCP server implementation that provides programmatic access to personal finance data through LunchMoney's API, enabling AI assistants to manage transactions, budgets, categories, and assets.599,103 npm107MIT
- AlicenseBqualityCmaintenanceAn MCP server providing full integration with the Lunch Money API to manage financial data including transactions, budgets, assets, and categories. It enables AI assistants to perform CRUD operations on financial records through a standardized HTTP interface.26MIT
- AlicenseBqualityCmaintenanceA read-only MCP server that lets AI clients query real financial data (bank, credit card, loan, brokerage) via Plaid or Teller, offering tools for balances, transactions, investments, liabilities, identity, income, and debt analysis.24MIT
TDQS
Scored across 5 tools
The five tools are cleanly separated by intent: read-only query, non-destructive mutation, destructive/bulk operations, operation listing, and schema lookup. There is no meaningful overlap in what an agent should call for a given task.
All names share the firefly_ prefix, but the suffix pattern is slightly inconsistent: query, mutate, and destructive are single-word verbs/adjectives, while list_operations and get_schema use verb_noun. Still, the names are predictable and readable.
Five tools is well within the ideal range, and the grouping by safety category is sensible for a server wrapping a large API. Each tool earns its place, and the two metadata tools keep the coarse-grained wrappers navigable.
The action tools cover the full lifecycle—read, create/update, and delete or bulk operations—across all listed entities. The query tool also exposes analytics, search, exports, and reconciliation, leaving no obvious gap in the stated financial-management scope.