raycast-mcp-server 0.1.0

MCP server for Raycast automation on macOS -- 9 tools for search, commands, clipboard, shortcuts, window control, system functions, auth, extensions, workflows
{
  "name": "raycast-mcp-server",
  "mcpName": "io.github.ExpertVagabond/raycast",
  "version": "1.0.1",
  "description": "Model Context Protocol server for Raycast workflow automation",
  "type": "module",
  "main": "dist/index.js",
  "module": "./src/index.ts",
  "bin": {
    "raycast-mcp-server": "dist/index.js"
  },
  "files": [
    "dist/index.js"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.2",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "mcp",
    "raycast",
    "workflow",
    "automation",
    "macos"
  ],
  "author": "Claude Code",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ExpertVagabond/raycast-mcp-server.git"
  },
  "homepage": "https://github.com/ExpertVagabond/raycast-mcp-server#readme"
}