A Model Context Protocol (MCP) server that provides access to Apple Shortcuts functionality. This server allows AI assistants to list, view, and run
Shortcuts MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server that provides access to Apple Shortcuts functionality. This server allows AI assistants to list, view, and run your shortcuts through the MCP interface.
Once Shortcuts is connected, these are the calls the assistant has available:
run — Run a shortcutname — The name of the shortcut to run (string, required)list — List your shortcutsshow-identifiers — Whether to show the identifiers of the shortcuts. (boolean, optional)view — View a shortcut in Shortcuts appPrerequisites — The Prerequisites tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Shortcuts's toolset — run, name, list and 3 more — is a fair guide to whether it matches your workflow. It is maintained by artemnovichkov; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| run | Run a shortcut. |
| name | The name of the shortcut to run (string, required) |
| list | List your shortcuts. |
| show-identifiers | Whether to show the identifiers of the shortcuts. (boolean, optional) |
| view | View a shortcut in Shortcuts app. |
| Prerequisites | The Prerequisites tool exposed by this server. |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.