Productivity
Trust: 34/100 (Limited)io.github.ExpertVagabond/raycast Guide
Raycast workflow automation MCP server with 9 tools
by ExpertVagabond
Quick Start
Install
npx raycast-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-expertvagabond-raycast": {
"command": "npx",
"args": [
"raycast-mcp-server"
]
}
}
}