Odel
primereact mcp

primereact mcp

Local
@wisdomrockHTMLMITUpdated 3mo ago

105 PrimeReact v10 components with props, types, and events

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprimereact-mcpv1.2.3

Run

npx -y primereact-mcp

MCP client config

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