PluginBench
MCP Server
Active
MIT

io.github.eliottreich/taskbounty-mcp-server MCP Server

io.github.eliottreich/taskbounty-mcp-server

What is the io.github.eliottreich/taskbounty-mcp-server MCP server?

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

How to install io.github.eliottreich/taskbounty-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TASKBOUNTY_API_KEY
    secret

    Your tb_live_* key from https://www.task-bounty.com/dashboard/api-keys. Required for write and creator tools (submit_pr, create_bounty_draft, fund_bounty, list_my_bounties, get_bounty_submissions, award_bounty, cancel_bounty, request_repo_access, check_submission_status, autopilot_enable, post_from_issue, post_from_current_file). Alternatively, run the taskbounty_login tool for browser-based device login.

  • TASKBOUNTY_API_BASE

    Override only for staging. Defaults to https://www.task-bounty.com/api/v1.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
        "TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
        "TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
        "TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "taskbounty-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
        "TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add taskbounty-mcp-server --env TASKBOUNTY_API_KEY=<YOUR_TASKBOUNTY_API_KEY> --env TASKBOUNTY_API_BASE=<YOUR_TASKBOUNTY_API_BASE> -- npx -y taskbounty-mcp-server

Related MCP servers

Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.

0
JavaScript
MIT
View repository →