Unofficial Mcp Server For Primereact 10.x
About
An unofficial MCP Server for PrimeReact 10.x to fill the gap while we wait for the official one (coming with PrimeReact v11).
Details
- Author
- wisdomrock
- Downloads
- 227
- Categories
- Other
Jump to
- Covers 105 PrimeReact v10 components from TypeScript definitions
- Exposes props, types, JSDoc descriptions, and event callbacks
- Tools: get_component, get_component_props, search_components
- Also includes suggest_component, get_form_components, get_data_components
- Provides accurate, hallucination-free component data for AI assistants
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Unofficial Mcp Server For Primereact 10.xCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to an MCP-compatible AI assistant (e.g., Claude Code, Cursor). Once connected, you can call its tools to retrieve component details, search components, get props, and generate code grounded in the official API.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"unofficial mcp server for primereact 10.x": {
"primereact": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
}
}
McpServers
{
"primereact": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



