StreamShortcut

Provides a Cloudflare-hosted Shortcut MCP endpoint for performing actions like search, get, update, comment, create, and more using Shortcut’s API.
  • javascript

1

GitHub Stars

javascript

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

StreamShortcut MCP is a lightweight Shortcut Management Control Protocol server deployed on Cloudflare Workers. It provides a compact, efficient interface to perform common Shortcut actions through a single MCP endpoint, enabling you to manage stories, workflows, and team data with minimal token usage and overhead.

How to use

You connect your MCP client to the live endpoint to perform Shortcut actions. Typical workflows include searching for stories, retrieving story details, updating a story’s state or estimate, adding comments, creating new stories, and listing stories, workflows, members, and projects. You can also access the raw REST API through the same MCP endpoint or request helper documentation via the help action.

How to install

Prerequisites: you need Node.js and npm installed on your system if you plan to self-host. You will also need access to a host or Cloudflare account for deployment.

Additional sections

Deploy Your Own: you can self-host the MCP server using the provided repository. The steps involve cloning the repository, installing dependencies, and deploying the Worker or hosting environment as described in the deployment script.

Available tools

search

Find stories, defaulting to your active stories, enabling you to locate and list items quickly.

get

Retrieve story details by ID or URL to inspect content, state, owner, and metadata.

update

Change story state, estimate, or owner to reflect progress and assignments.

comment

Add a comment to a story to capture notes, feedback, or updates.

create

Create a new story with a specified name, type, and initial attributes.

stories

List stories with optional filters to refine results by project, type, or status.

workflows

List available workflows and their states to understand possible transitions.

members

List team members to identify owners and collaborators.

projects

List projects to understand organization structure and scope.

api

Access the raw REST API through the MCP endpoint for advanced integrations.

help

Provide access to guidance or documentation for using the MCP endpoint.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
StreamShortcut MCP Server - stayce/streamshortcut-cloudflare | VeilStrat