Enolgr/primevue-mcp
3.3
If you are the rightful owner of primevue-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The PrimeVue MCP Server provides structured access to PrimeVue components and design tokens, facilitating seamless integration with AI and developer tools.
Tools
4
Resources
0
Prompts
0
🧩 PrimeVue MCP Server
Model Context Protocol (MCP) server providing structured access to PrimeVue components and design tokens — including props, examples, and metadata for AI and developer tools.
🚀 Features
- 🔍 Query: Search, filter, and explore PrimeVue components
- 🧱 Resources: Access structured component metadata and design tokens
- ⚡️ Tools: Retrieve props, examples, and documentation
- 🌐 Public API: Available online and via local STDIO
🧩 Available Tools
| Tool | Description |
|---|---|
search_components | Search components by name, title, or description |
get_component | Get detailed information about a specific component |
search_tokens | Search design tokens |
list_components | List all available components with stats |
⚙️ Usage
🧠 Add to Cursor (Recommended)
Click below to connect this MCP directly to Cursor:
👉
🔧 Alternative: Copy MCP Configuration
{
"servers": [
{
"type": "http",
"url": "https://primevue-mcp-1.enol.dev"
}
]
}
Add this to your .well-known/mcp.json file in Cursor.
Or configure it manually in your .well-known/mcp.json:
{
"servers": [
{
"type": "http",
"url": "https://primevue-mcp-1.onrender.com"
}
]
}