Skip to content
Cursor

parallel for Cursor

com.mcparmory/parallel

Search the web, extract content, and run distributed tasks with AI-powered automation

client:Cursor transport:stdio runtime:pypi

Install parallel in Cursor

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

{
  "mcpServers": {
    "parallel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-parallel"
      ]
    }
  }
}

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

parallel in other clients