Raycast MCP
The Raycast MCP server allows AI models to interact with Raycast's powerful ecosystem of extensions and tools. It enables models to search the Raycast Store, trigger extension commands, and manage your local Raycast configuration. This is a must-have for Raycast users who want to bridge the gap between their AI assistant and their favorite productivity tools.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"raycast": {
"command": "npx",
"args": [
"-y",
"raycast-mcp"
]
}
}
}Key Features
Search and browse Raycast Store extensions
Trigger and execute Raycast extension commands
Manage local MCP server configurations within Raycast
Deep integration with Raycast's Quick AI and Chat
Server Details
The Raycast MCP server allows AI models to interact with Raycast's powerful ecosystem of extensions and tools. It enables models to search the Raycast Store, trigger extension commands, and manage your local Raycast configuration. This is a must-have for Raycast users who want to bridge the gap between their AI assistant and their favorite productivity tools.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository