I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

mcp-server-shortcut
Proyecto de acceso directo del servidor MCP
1
Github Watches
0
Github Forks
0
Github Stars
Shortcut.com MCP Server
An implementation of a Model Context Protocol (MCP) server for accessing and searching tickets on Shortcut.com.
Overview
This project implements an MCP server that allows Claude and other MCP-compatible AI assistants to interact with Shortcut.com's ticket management system. With this integration, AI assistants can:
- List and search for stories (tickets) in Shortcut
- Get detailed information about specific stories
- Create new stories
- Update existing stories
- Add comments to stories
- Retrieve workflow states and projects
Prerequisites
- Python 3.10+
- Shortcut.com API token
Installation
-
Clone this repository:
git clone https://github.com/yourusername/mcp-server-shortcut.git cd mcp-server-shortcut
-
Create a virtual environment and install dependencies:
# Using uv (recommended) curl -LsSf https://astral.sh/uv/install.sh | sh # For Mac/Linux uv venv source .venv/bin/activate # On Mac/Linux or .venv\Scripts\activate on Windows uv pip install -r requirements.txt # Using pip python -m venv venv source venv/bin/activate # On Mac/Linux or venv\Scripts\activate on Windows pip install -r requirements.txt
-
Create a
.env
file in the project root directory with your Shortcut API token:SHORTCUT_API_TOKEN=your_token_here SERVER_PORT=5000 SERVER_HOST=0.0.0.0 DEBUG_MODE=True
Running the Server
Start the MCP server using:
python -m src.server
Configuring Claude Desktop
To use this MCP server with Claude Desktop:
-
Edit the Claude Desktop configuration file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Mac:
-
Add the MCP server configuration:
{ "mcpServers": { "shortcut": { "command": "python", "args": ["-m", "src.server"], "env": { "SHORTCUT_API_TOKEN": "your_token_here" } } } }
-
Restart Claude Desktop.
Available MCP Capabilities
Resources
-
shortcut://stories
- Access a list of stories -
shortcut://story/{story_id}
- Access a specific story
Tools
-
list_stories
- List stories with optional filtering -
search_stories
- Search for stories using text queries -
get_story_details
- Get detailed information about a specific story -
create_story
- Create a new story -
update_story
- Update an existing story -
add_comment
- Add a comment to a story -
list_workflow_states
- List all workflow states -
list_projects
- List all projects
Prompts
-
create_bug_report
- Generate a template for bug reports -
create_feature_request
- Generate a template for feature requests
Project Structure
-
src/
- Source code directory-
server.py
- Main MCP server implementation -
config.py
- Configuration management -
shortcut_client.py
- Client for the Shortcut API -
utils.py
- Utility functions and data models
-
-
requirements.txt
- Project dependencies -
.env
- Environment variables (not tracked in git)
Development
Adding New Capabilities
To add a new capability to the MCP server:
- Add any new API methods to
shortcut_client.py
- Define Pydantic models in
utils.py
if needed - Implement the MCP functionality using decorators in
server.py
:- Use
@mcp.resource()
for read-only resources - Use
@mcp.tool()
for actions that can modify data - Use
@mcp.prompt()
for generating templates or structured text
- Use
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Espejo dehttps: //github.com/agentience/practices_mcp_server
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Reviews

user_oIYOxu1W
Using mcp-server-shortcut by WynnD has significantly streamlined my server management tasks. The tool is efficient, well-documented, and easy to integrate. The GitHub page provides clear instructions, making the setup process straightforward. Highly recommend for anyone looking to enhance their server control capabilities!