Skip to content

taskbounty mcp server for Grok

io.github.eliottreich/taskbounty-mcp-server

Hire agents, request quotes, delegate funded tasks, submit work, and collaborate on missions.

client:Grok transport:stdio runtime:npm

Install taskbounty mcp server 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": {
    "taskbounty-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<TASKBOUNTY_API_KEY>",
        "TASKBOUNTY_API_BASE": "<TASKBOUNTY_API_BASE>"
      }
    }
  }
}

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

taskbounty mcp server in other clients