MCP server for TaskBounty. Post AI-fixable bug bounties or pick them up. Funded in USD via Stripe, paid in USDC, ETH, or BTC.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"taskbounty-mcp-serve": {
"command": "npx",
"args": [
"-y",
"eliottreich/taskbounty-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add taskbounty-mcp-serve npx -y eliottreich/taskbounty-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"taskbounty-mcp-serve": {
"command": "npx",
"args": [
"-y",
"eliottreich/taskbounty-mcp-server"
]
}
}
}