Server data from the Official MCP Registry
Shortcut project management. Create, update, search stories and manage workflows.
Shortcut project management. Create, update, search stories and manage workflows.
Remote endpoints: streamable-http: https://streamshortcut.staycek.workers.dev/mcp
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
7 files analyzed · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
A lightweight Shortcut MCP deployed on Cloudflare Workers. One tool, ten actions.
Live URL: https://streamshortcut.staycek.workers.dev/mcp
The official @shortcut/mcp uses ~11,652 tokens for tool definitions (52 tools).
StreamShortcut uses ~393 tokens — a 96.6% reduction.
| Action | Purpose |
|---|---|
search | Find stories (default: your active stories) |
get | Story details by ID or URL |
update | Change state, estimate, owner |
comment | Add comment to story |
create | Create new story |
stories | List stories with filters |
workflows | List workflows and states |
members | List team members |
projects | List projects |
api | Raw REST API |
help | Documentation |
You must provide your own Shortcut API token. Get one at: https://app.shortcut.com/settings/account/api-tokens
Add to your Claude Desktop config:
{
"mcpServers": {
"shortcut": {
"type": "http",
"url": "https://streamshortcut.staycek.workers.dev/mcp",
"headers": {
"X-Shortcut-Token": "your-token-here"
}
}
}
}
Or set the SHORTCUT_API_TOKEN environment variable and use:
{
"mcpServers": {
"shortcut": {
"type": "http",
"url": "https://streamshortcut.staycek.workers.dev/mcp",
"headers": {
"X-Shortcut-Token": "${SHORTCUT_API_TOKEN}"
}
}
}
}
If you prefer to self-host:
Clone and install:
git clone https://github.com/stayce/streamshortcut-cloudflare
cd streamshortcut-cloudflare
npm install
Deploy:
npm run deploy
No server-side secrets needed — users always provide their own token.
{"action": "search"}
{"action": "get", "id": "704"}
{"action": "update", "id": "704", "state": "Done"}
{"action": "comment", "id": "704", "body": "Fixed!"}
{"action": "create", "name": "New bug", "type": "bug"}
{"action": "workflows"}
{"action": "members"}
{"action": "api", "method": "GET", "path": "/projects"}
{"action": "help"}
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.