Skip to content
Back to search
30
MCP

@taskbullet/mcp-server

npm/@taskbullet/mcp-server

MCP server for delegating tasks from AI agents (Claude, GPT, etc.) to real human virtual assistants. Human-in-the-loop AI agent handoff via the TaskBullet API.

Uptime
0.0%
11 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

agentwork-mcp
Official MCP server for Agentwork — delegate tasks to AI agents
0 tools
io.github.shinpr/sub-agents-mcp
MCP server for delegating tasks to specialized AI assistants in Cursor, Claude, and Gemini
0 tools
io.github.ferm-ai/agentwork-mcp live
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
9 tools · streamable-http
mcp/kubectl-mcp-server
MCP Server that enables AI assistants to interact with Kubernetes clusters via kubectl operations.
0 tools
sub-agents-mcp
MCP server for delegating tasks to specialized AI assistants in Cursor and other tools
0 tools
agent-guidance-mcp
MCP server exposing AI agent guidance resources, skills, prompts, and project context tools.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@taskbullet/mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}