HomeDevelopment › taskbounty-mcp-server

taskbounty-mcp-server

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-14 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.1)

npx -y taskbounty-mcp-server@0.8.1

Or add to your MCP client config:

{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server@0.8.1"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<YOUR_VALUE>",
        "TASKBOUNTY_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • TASKBOUNTY_API_KEY secret — Your tb_live_* key from https://www.task-bounty.com/dashboard/api-keys. Required for private data, marketplace writes, funding, delivery, and account tools. Alternatively, use taskbounty_login for browser device login.
  • TASKBOUNTY_API_BASE — Override only for staging. Defaults to https://www.task-bounty.com/api/v1.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry