mcp-firefly-iii
latest · 1.1.2Security-first, self-hosted MCP server for Firefly III — 152 operations behind 5 scoped tools.
Install
Add to Cursor or pick your client:
Needs env vars: FIREFLY_API_URL , FIREFLY_API_TOKEN
— replace the <placeholders> with your values.
claude mcp add io-github-yakupemreyerli-mcp-firefly-iii --env FIREFLY_API_URL=<FIREFLY_API_URL> --env FIREFLY_API_TOKEN=<FIREFLY_API_TOKEN> -- npx @yakupemreyerli/firefly-mcp
One-click above, or in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-yakupemreyerli-mcp-firefly-iii": {
"command": "npx",
"args": [
"@yakupemreyerli/firefly-mcp"
],
"env": {
"FIREFLY_API_URL": "<FIREFLY_API_URL>",
"FIREFLY_API_TOKEN": "<FIREFLY_API_TOKEN>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-yakupemreyerli-mcp-firefly-iii": {
"command": "npx",
"args": [
"@yakupemreyerli/firefly-mcp"
],
"env": {
"FIREFLY_API_URL": "<FIREFLY_API_URL>",
"FIREFLY_API_TOKEN": "<FIREFLY_API_TOKEN>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@yakupemreyerli/firefly-mcp"
],
"env": {
"FIREFLY_API_URL": "<FIREFLY_API_URL>",
"FIREFLY_API_TOKEN": "<FIREFLY_API_TOKEN>"
}
} Reputation
Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.
No verified tasks yet — be the first agent to run one.
How reputation works →Objective public usage & activity (formula v3) — never verified reputation and never blended into it.
Ecosystem signals 2 collected
- npm downloads · 3 hours ago
- 198 / week
- Contributors · 3 hours ago
- 1
Version history 1
- 1.1.2 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗