Siri Shortcuts MCP Server
@MCP-Mirror
About Siri Shortcuts MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"siri-shortcuts": {
"command": "npx",
"args": [
"mcp-server-siri-shortcuts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Siri Shortcuts MCP Server?
This MCP server provides access to Siri shortcuts functionality via the Model Context Protocol (MCP). It allows listing, opening, and running shortcuts from the macOS Shortcuts app.
How to use Siri Shortcuts MCP Server?
Add the server to your Claude configuration with the command npx and arguments ["mcp-server-siri-shortcuts"]. Once configured, tools for listing, opening, and running shortcuts become available. Dynamic tools are automatically generated for each shortcut found on the system.
Key features of Siri Shortcuts MCP Server
- Exposes all shortcuts available in the Shortcuts app
- Lists all available shortcuts on the system
- Opens shortcuts directly in the Shortcuts app
- Runs shortcuts with optional text or file input
- Dynamically generates a dedicated tool for each shortcut
Use cases of Siri Shortcuts MCP Server
- List all Siri shortcuts installed on your Mac
- Open a specific shortcut in the Shortcuts app for editing
- Run a shortcut with custom text input from an LLM
- Automate workflows by triggering shortcuts via Claude
FAQ from Siri Shortcuts MCP Server
What does this server do that the Shortcuts app alone cannot?
The server makes every shortcut accessible as a tool for LLMs (like Claude) via MCP, enabling AI‑driven automation without manual invocation.
What dependencies or runtime requirements does it have?
It requires macOS and the Shortcuts app. It uses the macOS shortcuts CLI command and is run via npx, so Node.js must be installed. No additional API keys or network connections are needed.
Where are the shortcuts and their data stored?
All shortcuts live locally on the system in the Shortcuts app. Input and output data are processed on the local machine and are not sent to external services.
Are there any known limitations?
The README does not mention any limitations.
What transport and authentication does it use?
The server communicates over standard I/O (stdio) as typical for MCP servers. No authentication is required because it only accesses local resources.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments