shortcut-mcp-server
@madisonbullard
shortcut-mcp-server について
A Model Context Protocol server for Shortcut.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"shortcut-mcp-server": {
"command": "bun",
"args": [
"run",
"packages/mcp-server/src/index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is shortcut-mcp-server?
This server implements the Model Context Protocol to connect AI assistants with the Shortcut project management platform. It is intended for developers who want to enable AI-driven queries and actions on Shortcut data through MCP-compatible clients.
How to use shortcut-mcp-server?
Install dependencies with bun install and start the server with bun run packages/mcp-server/src/index.ts. The server requires Bun (v1.2.2 or later) to run.
Key features of shortcut-mcp-server?
—
Use cases of shortcut-mcp-server?
—
FAQ from shortcut-mcp-server
What runtime does shortcut-mcp-server require?
Bun v1.2.2 or later.
How do I install the server’s dependencies?
Run bun install in the project root.
How do I start the shortcut-mcp-server?
Run bun run packages/mcp-server/src/index.ts.
「生産性」の他のコンテンツ
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
コメント