- Home
- MCP servers
- Raycast
Raycast
- typescript
6
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"expertvagabond-raycast-mcp-server": {
"command": "node",
"args": [
"/path/to/raycast-mcp/dist/index.js"
],
"env": {
"RAYCAST_API_KEY": "YOUR_API_KEY",
"RAYCAST_TEAM_ID": "YOUR_TEAM_ID"
}
}
}
}You have a comprehensive MCP server designed to integrate Raycast with AI assistants, offering nine tools to automate workflows, manage extensions, handle authentication, and more. This server enables seamless communication between Raycast and external services, empowering you to build custom automations and streamline your workflow.
How to use
Connect your MCP client to the Raycast MCP Server to unlock full automation capabilities. You can manage authentication, extensions, workflows, search, clipboard history, shortcuts, window behavior, and system functions through dedicated tools. Use the client to create, run, and monitor custom Raycast automations, and leverage OAuth and extension management to integrate with external services.
How to install
Prerequisites: Node.js 18 or newer, TypeScript, and Raycast installed on macOS.
# Clone the MCP server repository
git clone https://github.com/ExpertVagabond/raycast-mcp-server.git
cd raycast-mcp-server
# Install dependencies
npm install
# Build the project
npm run build
Additional setup and runnable options
You can start the server locally after building. Use the standard start command to run the development server.
npm start
Other installation methods
If you prefer alternative installation methods mentioned for widespread tooling, you can install and run the MCP server via NPX or Smithery. These options provide quick ways to run the server without building locally.
# NPX: run directly without installing
npx raycast-mcp-server
# Smithery: install and run
smithery install raycast-mcp-server
Available tools
raycast_auth
Manage Raycast and service authentication
raycast_extensions
Manage Raycast extensions and store integration
raycast_workflows
Create and manage Raycast workflows and automations
raycast_search
Search and launch applications, files, or commands via Raycast
raycast_clipboard
Manage clipboard history via Raycast
raycast_shortcut
Trigger Raycast shortcuts and hotkeys
raycast_window
Control Raycast window behavior
raycast_system
Access system functions through Raycast
plus_workflow_tools
Additional workflow tools to orchestrate complex automations