Skip to content
Claude Desktop

taskbounty mcp server for Claude Desktop

io.github.eliottreich/taskbounty-mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install taskbounty mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<TASKBOUNTY_API_KEY>",
        "TASKBOUNTY_API_BASE": "<TASKBOUNTY_API_BASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

taskbounty mcp server in other clients