Skip to content
Grok

taskfleet mcp for Grok

io.github.bfai-1/taskfleet-mcp

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

client:Grok transport:stdio runtime:npm

Install taskfleet mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

taskfleet mcp in other clients