Skip to content
Cursor

taskfleet mcp for Cursor

io.github.bfai-1/taskfleet-mcp

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

client:Cursor transport:stdio runtime:npm

Install taskfleet mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "taskfleet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "taskfleet-mcp"
      ],
      "env": {
        "BUYER_WALLET_PRIVATE_KEY": "<BUYER_WALLET_PRIVATE_KEY>",
        "TASKFLEET_URL": "<TASKFLEET_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

taskfleet mcp in other clients