Odel
taskbounty mcp server

taskbounty mcp server

Local
@eliottreich1JavaScriptMITUpdated 1w ago

Post/fund GitHub bug bounties, enable Autopilot, solve bounties, check coverage. Paid in crypto.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtaskbounty-mcp-serverv0.4.0

Run

npx -y taskbounty-mcp-server

MCP client config

{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ]
    }
  }
}