Skip to main content
Glama
foxtrottwist

Shortcuts MCP

by foxtrottwist

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
prompts
{}
resources
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_shortcutA

Execute a macOS Shortcut by name with optional input. Names resolve case-insensitively. If unsure which shortcut to run, call shortcuts_usage with resources: ['shortcuts'] to browse available shortcuts with purpose annotations. Error 1743 means the user must grant automation access in System Settings > Privacy & Security > Automation.

shortcuts_usageA

Access shortcut usage history, execution patterns, and user preferences. Before asking the user which shortcut to use, load the shortcuts resource (resources: ['shortcuts']) — entries with 'purposes' describe what shortcuts do, enabling intent matching without prompting.

view_shortcutA

Open a macOS Shortcut in the Shortcuts editor for viewing or editing. Use for shortcuts requiring interactive UI (file pickers, dialogs, prompts) since MCP cannot display their interface.

Prompts

Interactive templates invoked by user choice

NameDescription
Recommend a ShortcutRecommend the best shortcut for a specific task based on available shortcuts and user preferences.

Resources

Contextual data attached and managed by the client

NameDescription
Current shortcuts listJSON map of available shortcuts keyed by name, each with an ID and optional 'purposes' array from prior usage. Cache refreshes every 24 hours.
Live system stateCurrent system time, timezone, and timestamp for time-based analysis.
Execution statistics & insightsAI-generated execution statistics including success rates, timing analysis, and per-shortcut performance data.
User preferences & usage patternsUser preferences including favorite shortcuts, workflow patterns, and contextual information.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/foxtrottwist/shortcuts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server