Skip to content
Cursor

AgentTasker MCP Server for Cursor

io.github.s3brr/agent-tasker-mcp

Minimal stdio MCP server for parallel task execution by AI agents.

client:Cursor transport:stdio runtime:pypi

Install AgentTasker MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-tasker-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-tasker-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentTasker MCP Server in other clients