zed-svelte-mcp

ghostdevv/zed-svelte-mcp
★ 11 stars Rust 📦 Other Updated 1mo ago
Zed extension to automatically setup the official Svelte MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zed-svelte-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zed-svelte-mcp"
      ]
    }
  }
}