MCP Hub
Back to servers

PrimeVue

A specialized MCP server that provides structured metadata, design tokens, and API details for PrimeVue components to assist in Vue.js development and AI-guided UI creation.

Stars
7
Tools
4
Updated
Oct 24, 2025
Validated
Jan 27, 2026

🧩 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.

Add to Cursor Live API License


🚀 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

ToolDescription
search_componentsSearch components by name, title, or description
get_componentGet detailed information about a specific component
search_tokensSearch design tokens
list_componentsList all available components with stats

⚙️ Usage

🧠 Add to Cursor (Recommended)

Click below to connect this MCP directly to Cursor:

👉 Add PrimeVue MCP 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"
    }
  ]
}

Reviews

No reviews yet

Sign in to write a review