Unofficial Mcp Server For Primereact 10.x
@wisdomrock
About Unofficial Mcp Server For Primereact 10.x
An unofficial MCP Server for PrimeReact 10.x to fill the gap while we wait for the official one (coming with PrimeReact v11).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"primereact": {
"command": "npx",
"args": [
"-y",
"primereact-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Unofficial Mcp Server For Primereact 10.x?
An unofficial MCP server that provides AI assistants with accurate PrimeReact 10.x component data, parsed from TypeScript definitions. It fills the gap until the official PrimeReact MCP server arrives with version 11. Designed for developers using Claude Code, Cursor, or any MCP-compatible AI tool.
How to use Unofficial Mcp Server For Primereact 10.x?
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.
Key features of Unofficial Mcp Server For Primereact 10.x
- 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
Use cases of Unofficial Mcp Server For Primereact 10.x
- Generate PrimeReact UI code using AI assistants with real API accuracy
- Search and browse component properties and callbacks during development
- Get suggestions for the right PrimeReact component for a given use case
- Automate form and data component discovery in AI-powered workflows
FAQ from Unofficial Mcp Server For Primereact 10.x
What is this server and why does it exist?
It is an unofficial MCP server for PrimeReact 10.x, created while waiting for the official one (coming with PrimeReact v11). It gives AI assistants reliable component data.
How many PrimeReact components does it cover?
It covers 105 PrimeReact v10 components, with props, types, JSDoc descriptions, and event callbacks parsed from their TypeScript definitions.
What tools does the server provide?
Tools include get_component, get_component_props, search_components, suggest_component, get_form_components, and get_data_components.
Can I use it with any MCP-compatible AI assistant?
Yes. It works with Claude Code, Cursor, or any tool that supports the Model Context Protocol.
Is this server officially supported by PrimeReact?
No, it is unofficial. The PrimeReact team plans to release their own official MCP server with PrimeReact v11.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments