Skip to content
Cursor

grok mcp for Cursor

io.github.howardpen9/grok-mcp

Use xAI Grok as a peer reviewer + PR gate from Claude Code, Cursor, Cline and any MCP host.

client:Cursor transport:stdio runtime:npm

Install grok mcp in Cursor

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

{
  "mcpServers": {
    "grok-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "grok-cli-mcp"
      ]
    }
  }
}

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

grok mcp in other clients