# vitejs/vite | Model Context Protocol (MCP) Server > Next generation frontend tooling. It's fast! - **Stars**: ⭐ 82,334 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "vite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vite" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "vite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vite" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-vite` - **Docker**: `docker run -i --rm mcp/vite`