Skip to content
Grok

parallel for Grok

com.mcparmory/parallel

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

client:Grok transport:stdio runtime:pypi

Install parallel in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

parallel in other clients