# zed-industries/zed | Model Context Protocol (MCP) Server > Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. - **Stars**: ⭐ 88,524 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "zed": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-zed" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "zed": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-zed" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-zed` - **Docker**: `docker run -i --rm mcp/zed`