Code at the speed of thought โ Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"zed": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zed"
]
}
}
}