by webfansplz · MCP Server · ★ 552
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
vite-plugin-vue-mcp [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![License][license-src]][license-href] Vite plugin that enables a MCP server for your Vue app to provide information about the component tree, state, routes, and pinia tree and state. Installation 📦 Usage 🔨 Then the MCP server will be available at . If you are using Cursor, create a file in your project root, this plugin will automatically update it for you. For more details about the MCP, check the official Cursor documentation. Options ts export interface VueMcpOptions { / The host to listen on, default is / host?: string / Print the MCP server URL in the console @default true / printUrl?: boolean / The MCP server info. Ingored when is provided / mcpServerInfo?: McpServerInfo / Custom MCP server, when this is provided, the built-in MCP tools will be ignored / mcpServer?: (viteServer: ViteDevServer) = Awaitable / Setup the MCP server, this is called when the MCP server is created
| Stars | 552 |
| Forks | 32 |
| Language | Vue |
| Category | MCP Server |
| License | MIT |
| Quality Score | 36.2/100 |
| Open Issues | 20 |
| Last Updated | 2025-04-20 |
| Created | 2025-03-15 |
| Platforms | mcp |
| Est. Tokens | ~989k |
Explore other popular mcp server tools:
vite-plugin-vue-mcp is Vite plugin that enables a MCP server helping models to understand your Vue app better.. It is categorized as a MCP Server with 552 GitHub stars.
vite-plugin-vue-mcp is primarily written in Vue.
You can find installation instructions and usage details in the vite-plugin-vue-mcp GitHub repository at github.com/webfansplz/vite-plugin-vue-mcp. The project has 552 stars and 32 forks, indicating an active community.
vite-plugin-vue-mcp is released under the MIT license, making it free to use and modify according to the license terms.