MCP for calling Siri Shorcuts from LLMs
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.
list_shortcuts
{
"shortcuts": [{ "name": "My Shortcut 1" }, { "name": "My Shortcut 2" }]
}
open_shortcut
name
(string): Name of the shortcut to openrun_shortcut
name
(string): Name of the shortcut to runinput
(string, optional): Text input or filepath to pass to the shortcutThe server automatically generates additional tools for each available shortcut in the format:
run_shortcut_[sanitized_shortcut_name]
input
(string, optional): Text input or filepath to pass to the shortcutAdd to your Claude configuration:
{
"mcpServers": {
"siri-shortcuts": {
"command": "npx",
"args": ["mcp-server-siri-shortcuts"]
}
}
}
shortcuts
CLI command under the hoodSimple MCP for using the Sketchfab API
A Model Context Protocol server that provides search capabilities using a Google CSE (custom search engine).
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.
https://cursor.directory/mcp/loganalyzer-mcp-server