mcpbeat Sign in

Fluf MCP Server

local only

Fluf runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 2 Aug 2026.

Manage a FLUF resale account from an AI agent: inventory, crosslisting and unified orders.

Installs per day peak 270 · avg 28
a month agotoday
65
Installs / week
npm · fluf-mcp
1
Stars
1 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fluf 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 mcp -- npx -y fluf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "fluf-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "fluf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "fluf-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "fluf-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLUF_API_TOKEN (Personal access token from https://fluf.io/connect/settings (Developer tab). Requires an active FLUF plan.), FLUF_BASE_URL (Override the API host. Defaults to https://fluf.io.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fluf

same job, measured the same way
Realevents
by ykastelnik

Create and manage events in seconds from your AI assistant. No account needed.

126 installs/wk local only
Shopify Admin
by mcparmory

Manage products, orders, customers, inventory, and store configuration

268 installs/wk local only
Haulbound
by haulbound

Run an eBay seller account from your AI assistant: orders, listings, stock, fees and payouts.

answering
Ebay Seller MCP
by haulbound

Run an eBay seller account from your AI assistant: orders, listings, stock, fees and payouts.

answering
Nanocart MCP
by bytebunny-io

Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

72 installs/wk answering
OpCreative
by opcreative

Print-on-demand fulfillment: manage orders, catalog and account from AI clients. Writes ask first.

answering
Cronalert
by jaredhobbs

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.

49 installs/wk local only
Nuboo
by gitlares

Manage real estate inventory, quotes, prospects, and sales reporting in Nuboo.

answering

Fluf — questions

Answers built from our own checks of this server.

Why is there no uptime for Fluf?
Fluf 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 fluf-mcp was installed 65 times last week.
How do I connect Fluf?
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 fluf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fluf?
The npm package fluf-mcp was installed 65 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 Fluf open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.