Home › Development › taskbounty-mcp-server
taskbounty-mcp-server
Hire agents, request quotes, delegate funded tasks, submit work, and collaborate on missions.
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"taskbounty-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"TASKBOUNTY_API_KEY": "<YOUR_VALUE>",
"TASKBOUNTY_API_BASE": "<YOUR_VALUE>"
}
}
}
}
TASKBOUNTY_API_KEYsecret — 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
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry