sz84.net
MCP ServersRaycast MCP

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.

OfficialProductivityRaycastfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

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.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub