Overview
The Siri Shortcuts MCP Server provides access to Siri shortcuts functionality via the Model Context Protocol (MCP), allowing users to list, open, and run shortcuts from the macOS Shortcuts app.
To use the MCP server, integrate it into your Claude configuration by adding the provided command and arguments. This allows you to interact with Siri shortcuts through your application.
- Exposes all shortcuts available in the Shortcuts app. - Lists all available shortcuts. - Opens shortcuts directly in the Shortcuts app. - Runs shortcuts with optional input parameters. - Dynamically generates tools for each available shortcut.
- Automating tasks on macOS using Siri shortcuts.
- Integrating Siri shortcuts into applications for enhanced functionality.
- Running complex workflows through voice commands or automated scripts.
Add to your AI client
Use these steps to connect Siri Shortcuts MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-siri-shortcuts-dvcrn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts-dvcrn"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-siri-shortcuts-dvcrn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts-dvcrn"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-siri-shortcuts-dvcrn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts-dvcrn"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-siri-shortcuts-dvcrn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts-dvcrn"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-siri-shortcuts-dvcrn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts-dvcrn"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-siri-shortcuts-dvcrn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts-dvcrn"
]
}
}
}FAQ
Can I access all my Siri shortcuts?
Yes! The MCP server exposes all shortcuts available in the Shortcuts app.
Is there any input required to run a shortcut?
Input is optional; you can run shortcuts without any parameters if they do not require them.
How do I integrate the MCP server?
You can integrate it by adding the specified command to your Claude configuration.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2007,"uuid":"8a715eb7-743c-4134-ba70-9b707c834a20","name":"mcp-server-siri-shortcuts","title":"Siri Shortcuts MCP Server","description":"MCP for calling Siri Shorcuts from LLMs","avatar_url":"https://avatars.githubusercontent.com/u/688326?v=4","created_at":"$D2025-03-05T07:50:51.514Z","updated_at":"$D2025-03-12T10:18:21.053Z","status":"created","author_name":"dvcrn","author_avatar_url":"https://avatars.githubusercontent.com/u/688326?v=4","tags":"mcp,siri-shortcuts,llm,model-context-protocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/dvcrn/mcp-server-siri-shortcuts","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/dvcrn/mcp-server-siri-shortcuts/raw/main/screenshot.png","type":null,"metadata":"{\"star\":\"133\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-06-04 14:02:16\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]