$ timeahead.in
/ servers/npm/@firefly-iii-mcp/server
npm

@firefly-iii-mcp/server

Host Firefly III MCP server as a service.

75 stars206/wkupdated 362d agogithub ↗
81good
▣ Overview

What it does

This Express-based MCP server bridges Claude and other AI tools with Firefly III, a self-hosted personal finance manager. It exposes read and write access to financial accounts, transactions, categories, budgets, and other financial data, enabling AI assistants to query account balances, create transactions, categorize spending, and generate financial summaries on demand.

Who it's for

Individuals who self-host Firefly III and want to use Claude or other Claude-powered tools to interact with their finances programmatically. Also useful for developers building AI-augmented financial management applications on top of Firefly III.

Common use cases

  • Query account balances and recent transaction history via natural language
  • Create or modify transactions and financial records through Claude
  • Ask Claude to summarize spending by category or generate budget analysis
  • Automate financial workflows by triggering account operations from chat
  • Build AI assistants that understand and manage personal finances in real time

Setup pitfalls

  • Requires a running Firefly III instance — the MCP server itself is just a bridge. If you don't self-host Firefly III, this server won't work.
  • Personal Access Token (PAT) must be kept secure. Avoid passing it in query parameters; use request headers or environment variables instead. If using the HTTP server in production, ensure HTTPS to prevent token interception.
  • Reads and writes filesystem and makes network calls — sandbox or restrict the server's network access if running alongside untrusted code.
  • Project had its last commit 349 days ago; verify current maintenance status and compatibility with your Firefly III version before deploying to production.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
47
9.3
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
80.6
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "firefly-iiiserver": {
      "command": "npx",
      "args": [
        "-y",
        "@firefly-iii-mcp/server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
11/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)1
last release362d ago
ci✗ none
⛁ Raw data
weekly downloads206
github stars75
forks18
open issues6
license✓ present
readme length9039 chars
last publish0d ago
last commit362d ago
last updated5d ago
install verified✓ pass · 31d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points