broisnischal/vite-mcp
A Vite plugin that provides Model Context Protocol (MCP) server capabilities for Vite development, enabling MCP clients to interact with browser environments through adapters.
Platform-specific configuration:
{
"mcpServers": {
"vite-mcp": {
"command": "npx",
"args": [
"-y",
"vite-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...