Skip to content
Grok

primereact mcp for Grok

io.github.wisdomrock/primereact-mcp

105 PrimeReact v10 components with props, types, and events

client:Grok transport:stdio runtime:npm

Install primereact mcp in Grok

.mcp.json (in your project root)

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

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

primereact mcp in other clients