New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vite-plugin-mcp

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-mcp

MCP server helping models to understand your Vite app better.

latest
Source
npmnpm
Version
0.3.2
Version published
Weekly downloads
6.8K
-10.98%
Maintainers
1
Weekly downloads
 
Created
Source

vite-plugin-mcp

npm version npm downloads bundle JSDocs License

Vite plugin that enables a MCP server for your Vite app to provide information about your setup and modules graphs.

[!IMPORTANT] Experimental. Not ready for production.

import { defineConfig } from 'vite'
import { ViteMcp } from 'vite-plugin-mcp'

export default defineConfig({
  plugins: [
    ViteMcp()
  ],
})

Then the MCP server will be available at http://localhost:5173/__mcp/sse.

💡 When using VSCode, Cursor, Windsurf, Claude Code, the module will automatically update the config files for you.

You can configure that in the options with updateConfig and updateConfigServerName.

Sponsors

License

MIT License © Anthony Fu

Keywords

vite-plugin

FAQs

Package last updated on 31 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts