MCP.so
登录

Shortcuts

@artemnovichkov

关于 Shortcuts

Shortcuts + MCP = ♥️

基本信息

分类

其他

许可证

MIT

运行时

swift

传输方式

stdio

发布者

artemnovichkov

提交者

Artem Novichkov (artemnovichkov)

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "shortcuts-mcp-server": {
      "type": "stdio",
      "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
    }
  }
}

工具

3

Run a shortcut.

List your shortcuts.

View a shortcut in Shortcuts app.

概览

What is Shortcuts?

Shortcuts is a Model Context Protocol (MCP) server that provides AI assistants with access to Apple Shortcuts functionality. It lets users list, view, and run their shortcuts through the MCP interface, and is compatible with Cursor, Claude Desktop, and other MCP‑enabled applications.

How to use Shortcuts?

Install the server using mise (prerequisite) or by adding the manual configuration shown in the README. Once configured, simply ask an LLM to run a shortcut, show a list of added shortcuts, or view a shortcut in the Shortcuts app.

Key features of Shortcuts

  • Run a shortcut by name.
  • List all shortcuts, with optional identifiers.
  • View a shortcut in the Shortcuts app.
  • Supports Prompts and Resources in compatible clients.
  • Native integration with Apple Shortcuts on macOS.

Use cases of Shortcuts

  • Ask an AI assistant to execute a daily workflow shortcut (e.g., “run my morning routine”).
  • Get a list of all installed shortcuts to discover what is available.
  • Open a specific shortcut in the Shortcuts app for editing or inspection.
  • Combine with other MCP servers in a multi‑tool AI workflow.

FAQ from Shortcuts

What are the system requirements for Shortcuts?

The server requires macOS 14.5 or later, Xcode 16.x or later, and mise (installable via brew install mise).

How do I install Shortcuts?

You can install it via the one‑click links for Cursor or VS Code, or manually by adding the JSON configuration shown in the README. The server runs through mise.

Which applications are compatible with Shortcuts?

Shortcuts is compatible with Cursor, Claude Desktop, and other MCP‑enabled applications.

What tools does Shortcuts provide?

The server provides three tools: run (runs a shortcut by name), list (lists shortcuts, optionally showing identifiers), and view (opens a shortcut in the Shortcuts app).

Does Shortcuts support Prompts and Resources?

Yes. If your MCP client supports them, the server exposes Prompts (run, list, view) and a Resources endpoint that lists your shortcuts.

评论

其他 分类下的更多 MCP 服务器