$ timeahead.in
/ servers/npm/vite-plugin-mcp
npm

vite-plugin-mcp

MCP server helping models to understand your Vite app better.

909 stars6k/wkupdated 102d agogithub ↗
85good
▣ Overview

What it does

vite-plugin-mcp adds Model Context Protocol support to Vite development environments. It exposes two tools that let Claude and other AI models query your Vite or Nuxt application's structure, files, and configuration. Instead of asking developers to paste code snippets, Claude can read directly from your running dev server to understand your project layout, component hierarchy, and dependencies.

Who it's for

Frontend developers and AI engineers working on Vite-based projects who want Claude to have live access to their codebase during development. Teams building with Nuxt or plain Vite who are integrating AI-assisted development workflows.

Common use cases

  • Ask Claude to generate components or pages that match your project's actual folder structure and naming conventions.
  • Debug build configuration, routing, or module resolution with Claude's help while it inspects your live config.
  • Analyze your project layout and get refactoring suggestions grounded in your real code.
  • Scaffold TypeScript types, composables, or test files aligned with your existing codebase.

Setup pitfalls

  • Experimental—exercise caution in production. The API may change.
  • Requires a running Vite dev server; the plugin cannot operate offline.
  • Reads and writes filesystem content through MCP tools—use only with trusted Claude sessions.
  • If used with Claude API over the internet, your source code and configuration may be transmitted externally; avoid using on sensitive or proprietary projects.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
75
15.0
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
85.3
⚿ Capabilities & Risk Explainer
fs readfs writenetwork
◆ Risk level: medium· 2 tools · auth: no auth required
fs read + fs write + network are active.
Tool nameDescriptionDestructive?
get-vite-config✓ no
get-vite-module-info✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "vite-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "vite-plugin-mcp"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
63/ 100 · is this project alive?
contributors (1y)9
top contributor share65%
releases (1y)7
last release162d ago
ci✓ passing
⛁ Raw data
weekly downloads6k
github stars909
forks51
open issues10
license✓ present
readme length2007 chars
last publish9d ago
last commit102d ago
last updated3d ago
install verified✗ fail · 31d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points