useshortcut/mcp-server-shortcut
The MCP server for Shortcut
[](https://badge.fury.io/js/@shortcut%2Fmcp) [](https://www.npmjs.org/package/@shortcut%2Fmcp) [](https://github.com/useshortcut/mcp-server-shortcut/blob/main/LICENSE) []() [](https://twitter.com/intent/follow?screen_name=shortcut)
MCP Server for Shortcut users.
Links: Local Installations | Server Developers
The fastest way to get started is to connect to Shortcut's hosted MCP server. No API token or local setup required — authentication is handled via OAuth.
mcp.json file (it should be in ~/.cursor/mcp.json or <project-root>/.cursor/mcp.json, but see Cursor docs for more details).{
"mcpServers": {
"shortcut": {
"url": "https://mcp.shortcut.com/mcp"
}
}
}If all you need need the configuration for the mcp.json file use this. You will be prompted to authorize with your Shortcut account on first use.
{
"servers": {
"shortcut-mcp": {
"type": "http",
"url": "https://mcp.shortcut.com/mcp"
}
}
}For more detail on installing MCP services in VSCode see the official VS Code MCP docs for more information.
Loading reviews...