# sveltejs/svelte | Model Context Protocol (MCP) Server > web development for the rest of us - **Stars**: ⭐ 87,968 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "svelte": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-svelte" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "svelte": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-svelte" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-svelte` - **Docker**: `docker run -i --rm mcp/svelte`