Odel
mcp firefly iii

mcp firefly iii

Local
@yakupemreyerli1TypeScriptMITUpdated 1w ago

Security-first, self-hosted MCP server for Firefly III — 152 operations behind 5 scoped tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yakupemreyerli/firefly-mcpv1.1.2

Run

npx -y @yakupemreyerli/firefly-mcp

MCP client config

{
  "mcpServers": {
    "mcp-firefly-iii": {
      "command": "npx",
      "args": [
        "-y",
        "@yakupemreyerli/firefly-mcp"
      ]
    }
  }
}