Skip to main content
Glama

Apple Shortcuts Server

by recursechat
package.json836 B
{ "name": "mcp-server-apple-shortcuts", "version": "1.0.1", "description": "MCP server for automation using Apple Shortcuts", "main": "index.js", "type": "module", "keywords": [], "author": "Recurse Chat (https://recurse.chat)", "homepage": "https://recurse.chat", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "shx": "^0.3.4", "zod": "^3.24.1" }, "bin": { "mcp-server-apple-shortcuts": "./build/index.js" }, "workspaces": [ "src/*" ], "files": [ "build" ], "scripts": { "build": "tsc && shx chmod +x build/*.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "devDependencies": { "@types/node": "^22.10.1", "typescript": "^5.7.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/recursechat/mcp-server-apple-shortcuts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server