MCP Directory
Back

mcp

by vuetifyjs · TypeScript · ★ 101

🤖 A Model Context Protocol (MCP) library for use with Agentic chat bots

#agentic#ai#chatbot#mcp#model-context-protocol#vuetify

Install

npx -y github:vuetifyjs/mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:vuetifyjs/mcp"
      ]
    }
  }
}

From the README

Model Context Protocol (MCP) server providing Vuetify component information and documentation to any MCP-compatible client or IDE. The Vuetify Model Context Protocol (MCP) server bridges the gap between Vuetify's powerful component library and AI-assisted development environments. This integration enables seamless access to Vuetify's extensive component ecosystem directly within your development workflow. This MCP server enables IDEs and other Model Context clients to assist with: - Generating Vuetify components with proper props and attributes - Creating common UI layouts and patterns foll…
Read full README on GitHub →

Related other servers