mcpbeat Sign in

MCP Firefly Iii MCP Server

by yakupemreyerli Your server? Claim it
local only

MCP Firefly Iii runs on your own machine — the client starts it, so there is no endpoint to ping. 1 281 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 525 · avg 42
a month agotoday
1 281
Installs / week
npm · @yakupemreyerli/firefly-mcp
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation compose.example.yml:24
    command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-firefly-iii -- npx -y @yakupemreyerli/firefly-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-firefly-iii": {
      "args": [
        "-y",
        "@yakupemreyerli/firefly-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-firefly-iii]
command = "npx"
args = ["-y", "@yakupemreyerli/firefly-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-firefly-iii": {
      "args": [
        "-y",
        "@yakupemreyerli/firefly-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-firefly-iii": {
      "args": [
        "-y",
        "@yakupemreyerli/firefly-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Firefly Iii

same job, measured the same way
MCP ZAP Server
by dtkmn

Safe, self-hosted OWASP ZAP operator for guided AI security scans and reports.

local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

69 installs/wk local only
BT Ops MCP
by tangchangzhe

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

83 installs/wk local only
n8n MCP Community
by drzamarian

A security-focused MCP server for self-hosted n8n Community Edition.

153 installs/wk local only
Cybersec Toolkit
by 26zl

Authorization-gated MCP server to discover and run 670+ security tools for CTF, pentest, and DFIR.

local only
Royal MCP
by royalplugins

Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.

answering
Security Mcp
by varvararatta

MCP server for Security

answering
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

391 installs/wk local only

MCP Firefly Iii — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Firefly Iii?
MCP Firefly Iii runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yakupemreyerli/firefly-mcp was installed 1 281 times last week.
How do I connect MCP Firefly Iii?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yakupemreyerli/firefly-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Firefly Iii?
The npm package @yakupemreyerli/firefly-mcp was installed 1 281 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Firefly Iii open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.