Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • TMDB MCP Server
  • YOKATLAS API MCP Server
  • CloudWatch Logs MCP Server
  • Entscheidsuche MCP Server
  • MCP Server
Back to MCP Servers
shortcuts-mcp-server

shortcuts-mcp-server

Public
artemnovichkov/shortcuts-mcp-server

Provides AI assistants with Model Context Protocol access to Apple Shortcuts, enabling listing, viewing, and running shortcuts seamlessly across MCP-enabled applications on macOS.

javascript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with shortcuts-mcp-server

MCP Server

Unlock the full potential of shortcuts-mcp-server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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.

Adding to MCP clients

Cursor

For project cofiguration, update .cursor/mcp.json file in your project directory. To use across all projects, create a ~/.cursor/mcp.json file in your home directory.

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

Don't forget to replace the path to the executable.

Read more


Claude Desktop

  1. Open Settings -> Developer -> Edit Config
  2. Open the config file at ~/Library/Application Support/Claude/claude_desktop_config.json and update to:
{ "mcpServers": { "shortcuts-mcp-server": { "command": "mise", "args": [ "x", "ubi:artemnovichkov/shortcuts-mcp-server@latest", "--", "shortcuts-mcp-server" ] } } }

Don't forget to replace the path to the executable.

  1. Restart Claude Desktop.

Read more


VS Code

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).

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

Don't forget to replace the path to the executable.

Read more


Github Copilot for Xcode

Open Settings -> MCP -> Edit Config and update to:

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

Don't forget to replace the path to the executable.

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

  • Run shortcuts from the command line
  • List of helpful links for shortcuts information
  • Shortcuts Library
  • Shortcuts Directory
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • TMDB MCP Server
    TMDB MCP Server

    Provides AI assistants with seamless access to The Movie Database API via Model Context Protocol, en...

    Added May 30, 2025
  • YOKATLAS API MCP Server
    YOKATLAS API MCP Server

    Provides standardized Model Context Protocol (MCP) access to YÖKATLAS data, enabling programmatic se...

    Added May 30, 2025
  • CloudWatch Logs MCP Server
    CloudWatch Logs MCP Server

    Provides Model Context Protocol (MCP) tools to access AWS CloudWatch logs, enabling AI assistants to...

    Added May 30, 2025
  • Entscheidsuche MCP Server
    Entscheidsuche MCP Server

    Provides standardized access to Swiss legal decisions via the Model Context Protocol, enabling searc...

    Added May 30, 2025
  • MCP Server
    MCP Server

    Provides greeting-related tools, resources, and prompts via Model Context Protocol (MCP), enabling p...

    Added May 30, 2025