Shortcut.com MCP Server
@WynnD
关于 Shortcut.com MCP Server
MCP Server for Shortcut
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-shortcut": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
8List stories with optional filtering
Search for stories using text queries
Get detailed information about a specific story
Create a new story
Update an existing story
Add a comment to a story
List all workflow states
List all projects
概览
What is Shortcut.com MCP Server?
An implementation of the Model Context Protocol (MCP) server that allows Claude and other MCP-compatible AI assistants to interact with Shortcut.com’s ticket management system. It enables listing, searching, creating, updating stories, and adding comments, as well as retrieving workflow states and projects.
How to use Shortcut.com MCP Server?
Install Python 3.10+, clone the repository, create a virtual environment, install dependencies, and set up a .env file with your Shortcut API token. Run the server with python -m src.server. To use with Claude Desktop, add the server configuration to claude_desktop_config.json with the SHORTCUT_API_TOKEN environment variable.
Key features of Shortcut.com MCP Server
- List and search stories (tickets) in Shortcut.
- Get detailed information about specific stories.
- Create and update stories.
- Add comments to stories.
- Retrieve workflow states and projects.
- Provides pre-built bug report and feature request templates.
Use cases of Shortcut.com MCP Server
- Automate bug report creation from AI conversations.
- Quickly search and retrieve story details without leaving the chat.
- Update story statuses or add comments via natural language commands.
- Generate structured feature request templates for new work items.
FAQ from Shortcut.com MCP Server
What are the prerequisites for Shortcut.com MCP Server?
Python 3.10+ and a Shortcut.com API token are required.
How do I configure Shortcut.com MCP Server with Claude Desktop?
Edit the Claude Desktop configuration file (claude_desktop_config.json) and add the server entry with the command, args, and env containing the SHORTCUT_API_TOKEN. Then restart Claude Desktop.
What MCP capabilities does the server provide?
It exposes resources (shortcut://stories, shortcut://story/{story_id}), tools (list, search, create, update, add comment, list workflow states, list projects), and prompts (create bug report, create feature request).
How can I add new capabilities to the server?
Add API methods to shortcut_client.py, define Pydantic models in utils.py if needed, and implement MCP functionality using decorators (@mcp.resource, @mcp.tool, @mcp.prompt) in server.py.
Is the server open source and how is it licensed?
Yes, contributions are welcome. The project is licensed under the MIT License.
生产力 分类下的更多 MCP 服务器
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).

Time
modelcontextprotocolModel Context Protocol Servers
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论