Community MCP server for Raycast productivity launcher. Agents can access clipboard history, manage text snippets, create quicklinks, and interact with Raycast extensions. Useful for productivity agents that need to manage text snippets, automate repetitive tasks, and integrate with the Raycast ecosystem on macOS.
npx -y raycast-mcp
{
"mcpServers": {
"raycast": {
"args": [
"-y",
"raycast-mcp"
],
"command": "npx"
}
}
}Run Raycast extension
{
"type": "object",
"required": [
"extension",
"command"
],
"properties": {
"command": {
"type": "string"
},
"arguments": {
"type": "object"
},
"extension": {
"type": "string"
}
}
}// Input
{
"command": "search",
"arguments": {
"query": "api key"
},
"extension": "clipboard-history"
}// Output
{
"result": "Found 3 clipboard entries"
}Community MCP server for Raycast productivity launcher. Agents can access clipboard history, manage text snippets, create quicklinks, and interact with Raycast extensions. Useful for productivity agents that need to manage text snippets, automate repetitive tasks, and integrate with the Raycast ecosystem on macOS.
Raycast provides 1 tools including run_extension.
Yes, Raycast is completely free to use with no usage limits on the free tier.
You can install Raycast using the following command: npx -y raycast-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Raycast is listed under the Productivity category in the AgentForge MCP registry.
Raycast has a current uptime of 99.95% with an average response time of 15ms.
To connect Raycast, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Raycast's tools via the Model Context Protocol.