vite-mcp
npm/vite-mcpVite plugin providing Model Context Protocol (MCP) server for browser development. Enables MCP clients to interact with browser environments through adapters for console, cookies, storage, and gives your agent actual eyes inside the browser via adapters
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"vite-mcp": {
"url": "None",
"transport": "http"
}
}
}