mcpbeat Sign in

Taskfleet MCP Server

local only

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

Pay-per-call MCP tools: web search, scraping, on-chain wallet intel, extraction. x402 USDC on Base.

Installs per day peak 156 · avg 12 · +122% w/w
a month agotoday
34
Installs / week
npm · taskfleet-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: BUYER_WALLET_PRIVATE_KEY (Optional. EVM private key used to auto-pay x402 charges (USDC on Base). If omitted, tools still list and calls return x402 payment instructions for the client to settle itself.), TASKFLEET_URL (Optional. Override the TaskFleet base URL (default: https://taskfleet.net).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Taskfleet MCP

same job, measured the same way
X
Web Search & Data API
by kadec0

Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.

23 tools answering
C
Forage
by forage

Web search and URL-to-markdown for agents. Pay per call in USDC on Base, no signup.

2 tools answering
Texttostl
by texttostl

x402-paid tools: text to 3D-printable STL, web search, and search+read. USDC on Base.

4 tools answering
AgentIndex x402
by agentindex

Pay-per-call web search, translation and research jobs for AI agents. USDC on Base, no account.

18 tools answering
DexL Agents
by dexl-io

Pay-per-call AI gateway: models, speech, web search, on-chain reads and NLP tools, via x402.

5 tools answering
Agentdata Nl
by darthsander

x402-paid tools: EU company & sanctions data, web search, LLM chat, crypto intel, x402 monitoring.

51 tools answering
Pa1m SEO
by retampweb

Pay-per-call SEO agent: keyword research, SERP analysis, on-page optimization. x402, USDC on Base.

36 tools answering
MCP Search Server
by kazkozdev

Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.

22 installs/wk local only

Taskfleet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Taskfleet MCP?
Taskfleet 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 taskfleet-mcp was installed 34 times last week.
How do I connect Taskfleet 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 taskfleet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Taskfleet MCP?
The npm package taskfleet-mcp was installed 34 times in the last week. Week over week that is +122%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Taskfleet 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.