{
  "markdown": "# Raycast MCP Server\n\nA comprehensive Model Context Protocol (MCP) server for Raycast workflow automation, providing 9 powerful tools to integrate Raycast with AI assistants like Claude.\n\n## Features\n\n### 🔧 **9 Comprehensive Tools**\n\n1. **raycast_auth** - Manage Raycast and service authentication\n2. **raycast_extensions** - Manage Raycast extensions and store integration  \n3. **raycast_workflows** - Create and manage Raycast workflows and automations\n4. **raycast_search** - Search and launch applications, files, or commands via Raycast\n5. **raycast_clipboard** - Manage clipboard history via Raycast\n6. **raycast_shortcut** - Trigger Raycast shortcuts and hotkeys\n7. **raycast_window** - Control Raycast window behavior\n8. **raycast_system** - Access system functions through Raycast\n9. **Plus additional workflow tools**\n\n### 🚀 **Capabilities**\n- Full OAuth integration support for multiple services\n- Extension management and publishing workflow\n- Custom workflow creation and execution\n- System automation and control\n- Clipboard management\n- Search and navigation\n\n## Installation\n\n### Via Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"raycast\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/raycast-mcp/dist/index.js\"],\n      \"env\": {\n        \"RAYCAST_API_KEY\": \"${RAYCAST_API_KEY}\",\n        \"RAYCAST_TEAM_ID\": \"${RAYCAST_TEAM_ID}\"\n      }\n    }\n  }\n}\n```\n\n### Via NPX (Coming Soon)\n\n```bash\nnpx raycast-mcp-server\n```\n\n### Via Smithery\n\n```bash\nsmithery install raycast-mcp-server\n```\n\n## Development\n\n### Prerequisites\n- Node.js 18+\n- TypeScript\n- Raycast installed on macOS\n\n### Setup\n\n```bash\ngit clone https://github.com/ExpertVagabond/raycast-mcp-server.git\ncd raycast-mcp-server\nnpm install\nnpm run build\n```\n\n### Running Locally\n\n```bash\nnpm start\n```\n\n### Building for Production\n\n```bash\nnpm run build\n```\n\n## Usage Examples\n\n### Authentication Management\n```bash\n# Setup GitHub authentication\n{\"tool\": \"raycast_auth\", \"arguments\": {\"action\": \"setup\", \"service\": \"github\"}}\n\n# Validate credentials  \n{\"tool\": \"raycast_auth\", \"arguments\": {\"action\": \"validate\", \"service\": \"github\"}}\n```\n\n### Extension Management\n```bash\n# Search for extensions\n{\"tool\": \"raycast_extensions\", \"arguments\": {\"action\": \"search\", \"query\": \"github\"}}\n\n# List installed extensions\n{\"tool\": \"raycast_extensions\", \"arguments\": {\"action\": \"list\"}}\n```\n\n### Workflow Automation\n```bash\n# Create a custom workflow\n{\"tool\": \"raycast_workflows\", \"arguments\": {\n  \"action\": \"create\",\n  \"name\": \"morning-routine\",\n  \"steps\": [\n    {\"type\": \"command\", \"action\": \"open-calendar\"},\n    {\"type\": \"api_call\", \"action\": \"fetch-weather\"},\n    {\"type\": \"notification\", \"action\": \"daily-summary\"}\n  ]\n}}\n\n# Execute a workflow\n{\"tool\": \"raycast_workflows\", \"arguments\": {\"action\": \"execute\", \"name\": \"morning-routine\"}}\n```\n\n## Environment Variables\n\n- `RAYCAST_API_KEY` - Raycast API key (if available)\n- `RAYCAST_TEAM_ID` - Raycast team ID (if applicable)\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Add tests if applicable  \n5. Submit a pull request\n\n## License\n\nMIT\n\n## Support\n\nFor issues and feature requests, please use the [GitHub Issues](https://github.com/ExpertVagabond/raycast-mcp-server/issues) page.\n\n---\n\nBuilt with ❤️ for the Raycast and MCP communities.",
  "bytes": 3352,
  "sha": "88ffdcf3ee0e306e65695e235f35414486c5c83725a8cd9c678c7e1b989e8ef2",
  "repo_slug": "expertvagabond/raycast-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_expertvagabond_raycast_eaeca6e6/readme"
}