mcpbeat Sign in

Agentfuse MCP Server

local only

Agentfuse MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 23 Apr 2026.

Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.

Installs per day peak 21 · avg 7 · -12% w/w
a month agotoday
25
Installs / week
npm · agentfuse-mcp
0
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: AGENTFUSE_API_KEY (Your AgentFuse API key (get one at agentfuse.io). Format: af_live_...), AGENTFUSE_API_URL (AgentFuse API base URL. Defaults to https://api.agentfuse.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentfuse MCP

same job, measured the same way
Ambassly
by melmayssonowen

Manage affiliate programs, commissions, payouts and referral links with scoped Ambassly API keys.

answering
Refgrow
by refgrow

Model Context Protocol server for Refgrow affiliate program management API

29 installs/wk local only
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

54 installs/wk local only
Affiliaterail
by affiliaterail

Set up and run a SaaS affiliate program by asking: rules, partners, links, commissions, reports.

answering
Hushvert
by hushvert

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

50 installs/wk local only
Partli
by partli

Run your affiliate program from any agent: partners, commissions, payouts, bounties, recruitment.

answering
Starsinger MCP
by starsinger-ai

MCP server for StarSinger AI music catalog — search, stream & browse AI-generated tracks

85 installs/wk local only
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only

Agentfuse MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentfuse MCP?
Agentfuse 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 agentfuse-mcp was installed 25 times last week.
How do I connect Agentfuse 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 agentfuse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentfuse MCP?
The npm package agentfuse-mcp was installed 25 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentfuse MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.