mcpbeat Sign in

Filoo MCP Server

local only

Filoo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 21 May 2026.

Create short links, fetch click analytics, and generate QR codes via the filoo.app API.

Installs per day peak 11 · avg 6 · +61% w/w
a month agotoday
36
Installs / week
npm · @filooapp/mcp-server
0
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Filoo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 filoo-mcp -- npx -y @filooapp/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filoo-mcp": {
      "args": [
        "-y",
        "@filooapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.filoo-mcp]
command = "npx"
args = ["-y", "@filooapp/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "filoo-mcp": {
      "args": [
        "-y",
        "@filooapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "filoo-mcp": {
      "args": [
        "-y",
        "@filooapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FILOO_API_KEY (filoo API key, starts with flo_live_. Get one at https://filoo.app/dashboard/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Filoo MCP

same job, measured the same way
Flit
by flitlink

Short links, QR codes and click analytics on Flit. Tools: create/list/stats/delete links.

answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Sinkto.Link
by sinkto

Free URL shortener: manage short links, QR codes and click analytics from AI clients.

answering
QrMakerIO
by qrmakerio

Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.

34 installs/wk local only
Flyn
by flyn

Create, edit and analyse short links and QR codes. OAuth sign-in works on the free plan.

8 tools answering
Linkonda
by linkonda

Create and manage Linkonda short links and QR codes, with no per-visitor tracking.

90 installs/wk local only
Openqr
by sam-moreton

Generate QR codes; create, edit & track dynamic QR codes with scan analytics. Free, no watermark.

20 tools answering
TheQRCode.io
by theqrcode

Generate QR codes for URLs, WiFi, contacts and text. Paid API key adds saved codes + analytics.

3 tools answering

Filoo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Filoo MCP?
Filoo MCP 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 @filooapp/mcp-server was installed 36 times last week.
How do I connect Filoo MCP?
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 @filooapp/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Filoo MCP?
The npm package @filooapp/mcp-server was installed 36 times in the last week. Week over week that is +61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Filoo MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.