shortcuts-mcp-server
快捷方式-mcp-服务器
一个模型上下文协议 (MCP) 服务器,用于访问 Apple 快捷指令功能。此服务器允许 AI 助手通过 MCP 界面列出、查看和运行你的快捷指令。
与 Cursor、Claude Desktop 和其他支持 MCP 的应用程序兼容。

安装
git clone https://github.com/artemnovichkov/shortcuts-mcp-server
cd shortcuts-mcp-server
swift build对于项目配置,请更新项目目录中的.cursor/mcp.json文件。要在所有项目中使用,请在主目录中创建~/.cursor/mcp.json文件。
{
"servers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}不要忘记替换可执行文件的路径。
打开设置->开发者->编辑配置
打开配置文件
~/Library/Application Support/Claude/claude_desktop_config.json并更新为:
{
"mcpServers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}不要忘记替换可执行文件的路径。
重新启动 Claude Desktop。
快速安装:
如需手动安装,请将以下 JSON 块添加到 VS Code 中的“用户设置 (JSON)”文件中。您可以按下Ctrl + Shift + P并输入Preferences: Open User Settings (JSON)来完成此操作。
{
"servers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}不要忘记替换可执行文件的路径。
打开设置 -> MCP -> 编辑配置并更新至:
{
"servers": {
"shortcuts-mcp-server": {
"type": "stdio",
"command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server"
}
}
}不要忘记替换可执行文件的路径。
Related MCP server: vscode-mcp-server
用法
只需要求 LLM 运行快捷方式、显示添加的快捷方式列表或在快捷方式应用程序中查看快捷方式。
如果您的 MCP 客户端支持提示和资源,您也可以检查一下:
工具
运行——运行快捷方式。
name- 要运行的快捷方式的名称(字符串,必需)
列表- 列出您的快捷方式。
show-identifiers- 是否显示快捷方式的标识符。(布尔值,可选)
查看- 在快捷方式应用中查看快捷方式。
name- 要查看的快捷方式的名称(字符串,必需)
资源
列表- 列出您的快捷方式。
提示
运行——运行快捷方式。
name- 要运行的快捷方式的名称(字符串,必需)
列表- 列出您的快捷方式。
show-identifiers- 是否显示快捷方式的标识符。(布尔值,可选)
查看- 在快捷方式应用中查看快捷方式。
name- 要查看的快捷方式的名称(字符串,必需)
参考
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP Server Integration with Apple Shortcuts2353341Apache 2.0
- AlicenseAqualityDmaintenanceMCP server to expose VS Code editing features to an LLM for AI coding9142388MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides documentation access capabilities. This server enables LLMs to search and retrieve content from documentation websites by scraping them with crawl4ai. Built with FastMCP v2.18MIT
- AlicenseNot gradedqualityFmaintenance⚙️ A Model Context Protocol (MCP) that provides tools for fetching and creating Reddit content8541MIT
Related MCP Connectors
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Tech Feeds MCP.
Science Feeds MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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