Creativity · MCP — server
MCP Raycast Server
The MCP Raycast Server bridges Raycast's extension platform with the Model Context Protocol. Depending on the implementation it either exposes installed Raycast commands as MCP tools, or lets a running MCP server appear inside Raycast's AI panel as native commands callable with a hotkey.
MCP facts
- Kind
- server
- Ecosystem
- anthropic-mcp
- Language
- TypeScript / Node.js
- Transports
- stdio
Capabilities
- Tools: list_commands, run_command, search_snippets, get_clipboard_history
- Resources: raycast://command/{id} URIs for installed extensions
- Platform: macOS only — relies on Raycast's CLI and APIs
Install
npx -y @modelcontextprotocol/server-raycast Configuration
{
"mcpServers": {
"raycast": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-raycast"]
}
}
} Frequently asked questions
Is this server official?
No — it is a community project. Raycast itself ships a built-in AI panel but not a formal MCP server; community implementations fill the gap.
Do I need Raycast Pro?
Some integrations rely on Raycast's AI features which require Pro. The command listing and snippet APIs generally work on the free tier.
Can I use this on Windows?
No — Raycast is macOS-only. There is no equivalent MCP bridge for PowerToys or similar launchers.
Sources
- Raycast API docs — accessed 2026-04-20
- MCP community servers — accessed 2026-04-20