Vue
Provides application insights for Vue apps by exposing component trees, state, routes, and Pinia data through a Model Context Protocol server.
What is Vue?
Vue is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides application insights for vue apps by exposing component trees, state, routes, and pinia data through a model context protocol server.
Provides application insights for Vue apps by exposing component trees, state, routes, and Pinia data through a Model Context Protocol server.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Provides application insights for Vue apps by exposing compo
Use Cases
Maintainer
Works with
Installation
NPM
npx -y vite-plugin-vue-mcpManual Installation
npx -y vite-plugin-vue-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Vue
Vue MCP Server exposes Vue application internals to AI agents through a Vite plugin, including component trees, state management, routes, and Pinia store data. Connect Claude or Cursor to debug Vue apps, understand application structure, and optimize performance with real-time visibility into your application.
Prerequisites
- Node.js 18+ installed
- A Vue 3 application with Vite
- An MCP client such as Claude Desktop or Cursor
- npm or yarn package manager
Install the Vite plugin
Add the Vue MCP Vite plugin to your Vue project.
npm install -D vite-plugin-vue-mcpAdd plugin to vite.config.ts
Import and configure the plugin in your Vite configuration.
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import vueMcp from 'vite-plugin-vue-mcp'
export default defineConfig({
plugins: [vue(), vueMcp()]
})Install MCP server package
Install via npx for standalone use.
npx -y vite-plugin-vue-mcpAdd to client configuration
Register in claude_desktop_config.json.
{
"mcpServers": {
"vue-mcp": {
"command": "npx",
"args": ["-y", "vite-plugin-vue-mcp"]
}
}
}Restart your MCP client
Reload Claude Desktop or Cursor to access Vue application insights.
Vue Examples
Client configuration example
Configuration in claude_desktop_config.json.
{
"mcpServers": {
"vue-mcp": {
"command": "npx",
"args": ["-y", "vite-plugin-vue-mcp"]
}
}
}Prompts to try
Debug and understand your Vue app through Claude.
Show me the component tree for my Vue application
What state is stored in my Pinia store?
Analyze the performance of this Vue componentTroubleshooting Vue
Plugin fails to load in Vite
Ensure the plugin is correctly imported and Vue 3 is installed. Check that your vite.config.ts is properly configured and the project is using Vite.
Claude cannot see component tree or state data
Verify the Vite dev server is running. Check that the plugin is initialized before other Vue plugins. Restart both the dev server and MCP client.
Frequently Asked Questions about Vue
What is Vue?
Vue is a Model Context Protocol (MCP) server that provides application insights for vue apps by exposing component trees, state, routes, and pinia data through a model context protocol server. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Vue?
Install via npm with the command: npx -y vite-plugin-vue-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Vue?
Vue works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Vue free to use?
Yes, Vue is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Vue Alternatives — Similar Developer Tools Servers
Looking for alternatives to Vue? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Awesome Claude Skills MCP Server
★ 61.1kA curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
Nacos MCP Server
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
FastMCP
★ 25.3kA collection of MCP servers providing utilities including user greeting, message decoding, text file reading with PDF summary generation, and NASA-quality code auditing using a trained AI model to predict software defects and measure code complexity.
Python SDK
★ 23.1kPython SDK for protecting MCP servers and OAuth 2.1 resource servers with tokens issued by the Authplane authorization server. Includes framework adapters (e.g. MCP, FastMCP).
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Vue in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Vue?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.