MCP server for delegating AI agent tasks to real human virtual assistants via the TaskBullet API. Human-in-the-loop handoff for Claude, GPT, and any MCP-compatible client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"taskbullet-mcp-serve": {
"command": "npx",
"args": [
"-y",
"GriffMurder/taskbullet-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add taskbullet-mcp-serve npx -y GriffMurder/taskbullet-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"taskbullet-mcp-serve": {
"command": "npx",
"args": [
"-y",
"GriffMurder/taskbullet-mcp-server"
]
}
}
}
📋 Copy