Vite Plugin Vue
Freeby MCP Community
MCP server helping models to understand your Vue app better.
v0.3.2Added Apr 12, 2026
vite-pluginvuemcpmodelcontextprotocol
Vite Plugin Vue MCP Server
MCP server helping models to understand your Vue app better.
Installation
Reviews
Installation
Quick install
npx -y vite-plugin-vue-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"vite-plugin-vue": {
"command": "npx",
"args": ["-y", "vite-plugin-vue-mcp"]
}
}
}