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).
Run
npx -y @yakupemreyerli/firefly-mcp
MCP client config
{
"mcpServers": {
"mcp-firefly-iii": {
"command": "npx",
"args": [
"-y",
"@yakupemreyerli/firefly-mcp"
]
}
}
}