mcp-server-apple-shortcuts
<a href="https://www.npmjs.com/package/mcp-server-apple-shortcuts"><img src="https://img.shields.io/npm/v/mcp-server-apple-shortcuts"/></a>
Documentation
Apple Shortcuts MCP Server ๐ค
A Model Context Protocol (MCP) server that lets AI assistants like Claude control Apple Shortcuts automations. This enables AI models to trigger shortcuts and automate tasks on macOS in a safe and controlled way.
What is MCP? ๐ค
The Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desktop, connect to external tools and data sources. It gives a clear and safe way for AI assistants to work with local services and APIs while keeping the user in control.
What does this server do? ๐
The Apple Shortcuts MCP server:
- Enables AI assistants to list available shortcuts
- Allows running shortcuts by name with optional input parameters
- Provides a simple interface for automation control
Prerequisites ๐
Before you begin, ensure you have:
- Node.js (v18 or higher)
- Claude Desktop installed
- macOS with Shortcuts app configured
Configuration to use Apple Shortcuts Server โ๏ธ
Here's the Claude Desktop configuration to use the Apple Shortcuts server:
{
"mcpServers": {
"apple-shortcuts": {
"command": "npx",
"args": ["-y", "mcp-server-apple-shortcuts"]
}
}
}Build Apple Shortcuts Server and run locally ๐ ๏ธ
1. Clone this repository:
git clone git@github.com:recursechat/mcp-server-apple-shortcuts.git2. Install dependencies:
npm install3. Build project
npm run buildHere's the Claude Desktop configuration to use the Apple Shortcuts server with a local build:
{
"mcpServers": {
"apple-shortcuts": {
"command": "npx",
"args": ["/path/to/mcp-server-apple-shortcuts/build/index.js"],
}
}
}Usage ๐ฏ
You can ask Claude "list shortcuts" or run a specific shortcut with the shortcut name, for example "get word of the day" or "play a song".
License โ๏ธ
Apache-2.0
Frequently asked questions
What is mcp-server-apple-shortcuts?
mcp-server-apple-shortcuts is <a href="https://www.npmjs.com/package/mcp-server-apple-shortcuts"><img src="https://img.shields.io/npm/v/mcp-server-apple-shortcuts"/></a>
How do I install mcp-server-apple-shortcuts?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-apple-shortcuts open source?
Yes โ it is hosted on GitHub at https://github.com/recursechat/mcp-server-apple-shortcuts and has 246 stars.
Related MCP tools
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
A Model-Context Protocol Server for YouTube for the Model Context Protocol. Enhance AI assistants with powerful integrations. JavaScript-based implementation.
Web search using free google search (NO API KEYS REQUIRED)
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP