vite-plugin-vue-mcp

webfansplz/vite-plugin-vue-mcp
★ 551 stars Vue 📦 Other Updated 1mo ago
Vite plugin that enables a MCP server helping models to understand your Vue app better.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vite-plugin-vue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "webfansplz/vite-plugin-vue-mcp"
      ]
    }
  }
}