Skip to content
Zed

raycast for Zed

io.github.expertvagabond/raycast

Raycast workflow automation MCP server with 9 tools

client:Zed transport:stdio runtime:npm

Install raycast in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "raycast": {
      "command": "npx",
      "args": [
        "-y",
        "raycast-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

raycast in other clients