{"id":22889312,"url":"https://github.com/recursechat/mcp-server-apple-shortcuts","last_synced_at":"2025-04-05T16:20:51.966Z","repository":{"id":267693864,"uuid":"902058659","full_name":"recursechat/mcp-server-apple-shortcuts","owner":"recursechat","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-19T17:47:03.000Z","size":15,"stargazers_count":18,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-19T18:36:11.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/recursechat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-11T20:32:57.000Z","updated_at":"2024-12-19T17:47:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"00371cc2-b3a0-4b2e-9e40-fcb58ecb9e75","html_url":"https://github.com/recursechat/mcp-server-apple-shortcuts","commit_stats":null,"previous_names":["recursechat/mcp-server-apple-shortcuts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recursechat%2Fmcp-server-apple-shortcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recursechat%2Fmcp-server-apple-shortcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recursechat%2Fmcp-server-apple-shortcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recursechat%2Fmcp-server-apple-shortcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recursechat","download_url":"https://codeload.github.com/recursechat/mcp-server-apple-shortcuts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247362506,"owners_count":20926795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T21:28:08.986Z","updated_at":"2025-04-05T16:20:51.959Z","avatar_url":"https://github.com/recursechat.png","language":"JavaScript","funding_links":[],"categories":["Embedded \u0026 IoT","Browser Automation","スター履歴","Uncategorized","🤖 \u003ca name=\"system-automation\"\u003e\u003c/a\u003eSystem Automation","📚 Projects (1974 total)","MCP 服务器精选列表","Legend","Community Servers","📦 Other","System Automation","HarmonyOS","Command Line","MCP Servers","Table of Contents","Code Execution \u0026 Automation MCP Servers","Smart Home and Automation","カテゴリ","MCP Servers \u0026 Protocol","📂 Browser Automation (29 servers)","Server Implementations"],"sub_categories":["Version Control","📂 \u003ca name=\"browser-automation\"\u003e\u003c/a\u003eブラウザ自動化","Uncategorized","MCP Servers","🛠️ 效率工具与集成 (Office, Project Management, Notes, etc.)","📂 \u003ca name=\"browser-automation\"\u003e\u003c/a\u003eBrowser Automation","Windows Manager","How to Submit","📂 Browser Automation","System Automation","⚙️ \u003ca name=\"system-administration\"\u003e\u003c/a\u003eシステム管理","Desktop Automation"],"readme":"# Apple Shortcuts MCP Server 🤖\n\nA Model Context Protocol (MCP) server that lets AI assistants like Claude control Apple Shortcuts automations. This enables AI models to trigger shortcuts and automate tasks on macOS in a safe and controlled way.\n\n\u003ca href=\"https://www.npmjs.com/package/mcp-server-apple-shortcuts\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/mcp-server-apple-shortcuts\"/\u003e\u003c/a\u003e\n\n\u003ca href=\"https://glama.ai/mcp/servers/15z6abk6p2\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/15z6abk6p2/badge\" /\u003e\u003c/a\u003e\n\n## What is MCP? 🤔\n\nThe Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desktop, connect to external tools and data sources. It gives a clear and safe way for AI assistants to work with local services and APIs while keeping the user in control.\n\n## What does this server do? 🚀\n\nThe Apple Shortcuts MCP server:\n- Enables AI assistants to list available shortcuts\n- Allows running shortcuts by name with optional input parameters \n- Provides a simple interface for automation control\n\n## Prerequisites 📋\n\nBefore you begin, ensure you have:\n\n- [Node.js](https://nodejs.org/) (v18 or higher)\n- [Claude Desktop](https://claude.ai/download) installed\n- macOS with Shortcuts app configured\n\n## Configuration to use Apple Shortcuts Server ⚙️\n\nHere's the Claude Desktop configuration to use the Apple Shortcuts server:\n```json\n{\n  \"mcpServers\": {\n    \"apple-shortcuts\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-apple-shortcuts\"]\n    }\n  }\n}\n```\n\n## Build Apple Shortcuts Server and run locally 🛠️\n\n1. Clone this repository:\n\n```sh\ngit clone git@github.com:recursechat/mcp-server-apple-shortcuts.git\n```\n\n2. Install dependencies:\n```sh\nnpm install\n```\n\n3. Build project\n```sh\nnpm run build\n```\n\nHere's the Claude Desktop configuration to use the Apple Shortcuts server with a local build:\n```json\n{\n  \"mcpServers\": {\n    \"apple-shortcuts\": {\n      \"command\": \"npx\",\n      \"args\": [\"/path/to/mcp-server-apple-shortcuts/build/index.js\"],\n    }\n  }\n}\n```\n\n\u003c!--\n```json\n{\n  \"mcpServers\": {\n    \"apple-shortcuts\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-apple-shortcuts\"]\n    }\n  }\n}\n```\n--\u003e\n\n## Usage 🎯\n\nYou can ask Claude \"list shortcuts\" or run a specific shortcut with the shortcut name, for example \"get word of the day\" or \"play a song\".\n\n## License ⚖️\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecursechat%2Fmcp-server-apple-shortcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecursechat%2Fmcp-server-apple-shortcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecursechat%2Fmcp-server-apple-shortcuts/lists"}