raycast-mcp-server

Raycast MCP Server

Raycast workflow automation with 9 comprehensive tools for AI agents

npm GitHub stars MIT License

Quick Start

Claude Desktop / Claude Code config
{
  "mcpServers": {
    "raycast-mcp-server": {
      "command": "npx",
      "args": ["raycast-mcp-server@latest"]
    }
  }
}

Also works with bunx — replace "npx" with "bunx" in the config above