Vue

v0.3.2Developer Toolsstable

Provides application insights for Vue apps by exposing component trees, state, routes, and Pinia data through a Model Context Protocol server.

vite-pluginvuemcpmodelcontextprotocol
Share:
566
Stars
0
Downloads
0
Weekly
0/5

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

Expose Vue component trees, state, routes, and Pinia data to AI agents.
Get application insights for debugging and optimization through MCP.
webfansplz

Maintainer

LicenseMIT License
Languagevue
Versionv0.3.2
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y vite-plugin-vue-mcp

Manual Installation

npx -y vite-plugin-vue-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

Install the Vite plugin

Add the Vue MCP Vite plugin to your Vue project.

npm install -D vite-plugin-vue-mcp
2

Add 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()]
})
3

Install MCP server package

Install via npx for standalone use.

npx -y vite-plugin-vue-mcp
4

Add to client configuration

Register in claude_desktop_config.json.

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

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 component

Troubleshooting 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.

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.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides