Skip to content
VS Code

primereact mcp for VS Code

io.github.wisdomrock/primereact-mcp

105 PrimeReact v10 components with props, types, and events

client:VS Code transport:stdio runtime:npm

Install primereact mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

primereact mcp in other clients