Shortcuts MCP
Related Servers
Alternatives to Shortcuts MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server that lets ChatGPT list, search, and run your Apple Shortcuts on your own Mac through a local agent and stateless relay.MIT
- AlicenseBqualityDmaintenanceEnables LLM applications to interact with macOS through AppleScript.3325 npm395MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables the generation, management, and validation of Apple Shortcuts (.shortcut files) by providing tools to search actions and build control flow blocks. It allows users to programmatically create and analyze shortcut structures for deployment on iOS and macOS devices.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create, duplicate, list, and run Apple Shortcuts using Cherri code via the Model Context Protocol.1MIT
- AlicenseNot gradedqualityBmaintenanceLocal-first macOS MCP server for searching files, running approved Shortcuts, managing Homebrew packages, and working with local models, with read-only defaults and optional gated mutations.MIT
- AlicenseAqualityCmaintenanceEnables Large Language Models to automate macOS applications and execute AppleScript commands through natural language. It features built-in security protections including application allowlists and dangerous pattern detection to prevent unauthorized or risky system operations.2MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: run_shortcut executes a shortcut, shortcuts_usage provides usage patterns, and view_shortcut opens the editor. There is no overlap or ambiguity.
Names follow snake_case and are mostly verb_noun (run_shortcut, view_shortcut), but shortcuts_usage is a noun_noun form, introducing a slight inconsistency. Overall, the pattern is clear and predictable.
With 3 tools, the server is well-scoped for its purpose of interacting with macOS Shortcuts. Each tool covers a necessary action (run, browse usage, open editor) without unnecessary bloat.
The tool set covers core interactions: execution, usage history, and editing. Shortcuts can be discovered via resources, so there is no dead end. A minor gap might be the lack of a direct list tool, but resources compensate.