a day ago
An unofficial MCP Server for PrimeReact 10.x to fill the gap while we wait for the official one (coming with PrimeReact v11).
**What it does:**
- Covers 105 PrimeReact v10 components parsed from their TypeScript definitions
- Exposes props, types, JSDoc descriptions, and event callbacks
- Tools include: `get_component`, `get_component_props`, `search_components`, `suggest_component`, `get_form_components`, `get_data_components`, and more
**Why it's useful:**
If you use Claude Code, Cursor, or any MCP-compatible AI assistant, you can now get accurate PrimeReact component suggestions and code generation grounded in the actual API — no more hallucinated props.
服务器配置
{
"mcpServers": {
"primereact": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
}