Skip to main content
Glama

shortcuts-mcp-server

MIT License
15
  • Apple

shortcuts-mcp-server

A Model Context Protocol (MCP) server that provides access to Apple Shortcuts functionality. This server allows AI assistants to list, view, and run your shortcuts through the MCP interface.

Compatible with Cursor, Claude Desktop, and other MCP-enabled applications.

Shortcuts MCP Server Preview

Getting started

Prerequisites

  • macOS 14.5 or later
  • Xcode 16.x or later
  • mise

Setup with mise

To install mise:

brew install mise

For more information about mise, visit the official documentation.

Quick install

Manual installation

Update your MCP configuration with the following server:

{ "mcpServers": { "shortcuts-mcp-server": { "command": "mise", "args": [ "x", "ubi:artemnovichkov/shortcuts-mcp-server@latest", "--", "shortcuts-mcp-server" ] } } }

Usage

Just ask LLM to run a shortcut, show a list of added shortcuts or view a shortcut in Shortcuts app.

If your MCP client supports Prompts and Resources you may check it as well: Prompts and resources

Tools

  • run - Run a shortcut.
    • name - The name of the shortcut to run (string, required)
  • list - List your shortcuts.
    • show-identifiers - Whether to show the identifiers of the shortcuts. (boolean, optional)
  • view - View a shortcut in Shortcuts app.
    • name - Name of the shortcut to view (string, required)

Resources

  • list - List your shortcuts.

Prompts

  • run - Run a shortcut.
    • name - Name of the shortcut to run (string, required)
  • list - List your shortcuts.
    • show-identifiers - Whether to show the identifiers of the shortcuts. (boolean, optional)
  • view - View a shortcut in Shortcuts app.
    • name - Name of the shortcut to view (string, required)

References

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ярлыки-mcp-сервер

  1. Установка
    1. Использование
      1. Инструменты
        1. Ресурсы
          1. Подсказки
            1. Ссылки

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                MCP server allowing any and all command execution over CMD
                Last updated -
                2
                618
                20
                JavaScript
                MIT License
                • Linux
              • A
                security
                A
                license
                A
                quality
                An MCP server to run commands.
                Last updated -
                1
                842
                184
                TypeScript
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                Easily find MCP servers using our MCP registry. Search with natural language.
                Last updated -
                1
                5
                JavaScript
                MIT License

              View all related MCP servers

              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/artemnovichkov/shortcuts-mcp-server'

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