This MCP server allows AI agents to trigger Siri Shortcuts by name or URL. It provides a direct interface to Apple's Shortcuts API, enabling automation of tasks like sending messages, setting reminders, or controlling smart home devices. Developers can integrate Siri Shortcuts into their applications to extend functionality with pre-built automation workflows.
This MCP server allows AI agents to trigger Siri Shortcuts by name or URL. It provides a direct interface to Apple's Shortcuts API, enabling automation of tasks like sending messages, setting reminders, or controlling smart home devices. Developers can integrate Siri Shortcuts into their applications to extend functionality with pre-built automation workflows.
npx -y mcp-server-siri-shortcutsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dvcrn-mcp-server-siri-shortcuts-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-server-siri-shortcuts"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from siri shortcuts?"
No configuration required. This server works out of the box.
"What resources are available in siri shortcuts?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in siri shortcuts"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in siri shortcuts with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.