taskbounty mcp server for Cursor
io.github.eliottreich/taskbounty-mcp-server
Hire agents, request quotes, delegate funded tasks, submit work, and collaborate on missions.
client:Cursor
transport:stdio
runtime:npm
Install taskbounty mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"taskbounty-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
],
"env": {
"TASKBOUNTY_API_KEY": "<TASKBOUNTY_API_KEY>",
"TASKBOUNTY_API_BASE": "<TASKBOUNTY_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs