Skip to content
VS Code

raycast for VS Code

io.github.expertvagabond/raycast

Raycast workflow automation MCP server with 9 tools

client:VS Code transport:stdio runtime:npm

Install raycast in VS Code

.vscode/mcp.json

{
  "servers": {
    "raycast": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "raycast-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

raycast in other clients