shortcuts-mcp-server
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.
Compatible with Cursor, Claude Desktop, and other MCP-enabled applications.
Installation
git clone https://github.com/artemnovichkov/shortcuts-mcp-server
cd shortcuts-mcp-server
swift build
Cursor
For project cofiguration, update .cursor/mcp.json
file in your project directory. To use across all projects, create a ~/.cursor/mcp.json
file in your home directory.
{
"servers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}
Don’t forget to replace the path to the executable.
Read more
Claude Desktop
- Open Settings -> Developer -> Edit Config
- Open the config file at
~/Library/Application Support/Claude/claude_desktop_config.json
and update to:
{
"mcpServers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}
Don’t forget to replace the path to the executable.
- Restart Claude Desktop.
Read more
VS Code
For quick install:
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P
and typing Preferences: Open User Settings (JSON)
.
{
"servers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}
Don’t forget to replace the path to the executable.
Read more
Github Copilot for Xcode (pre-release)
Open Settings -> MCP -> Edit Config and update to:
{
"servers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}
Don’t forget to replace the path to the executable.
Usage
Just ask LLM to run a shortcut, show a list of added shortcuts or view a shortcut in Shortcuts app.
If your MCP client supports Prompts and Resources you may check it as well:
Tools
- 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.
name
- Name of the shortcut to view (string, required)
Resources
- list - List your shortcuts.
Prompts
- run - Run a shortcut.
name
- 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.
name
- Name of the shortcut to view (string, required)
References
- Run shortcuts from the command line
- List of helpful links for shortcuts information
- Shortcuts Library
- Shortcuts Directory
Shortcuts Server
Project Details
- artemnovichkov/shortcuts-mcp-server
- MIT License
- Last Updated: 5/14/2025
Recomended MCP Servers

MCP Server for Facebook ADs Library - Get instant answers from FB's ad library
A Python package for accessing Solr indexes via Claude Code
AegnticMCP automates the creation and management of MCP servers, ensuring they are stable, adaptable, and intelligent.
TypeScript port of the original MCP Agent framework by lastmile-ai
Code Runner MCP Server
A connector for Claude Desktop to read and search an Obsidian vault.
A Model Context Protocol (MCP) server implementation for Variflight services.
A minimal Model Context Protocol server/client
with Azure OpenAI and
web browser control via Playwright.
Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents
Un servidor MCP (Model Context Protocol) elegante y eficiente para gestionar frases inspiradoras. Diseñado para integrarse perfectamente con...