ショートカットMCPサーバー
[!警告] これは WIP サーバーであり、意図したとおりに動作しない可能性があります。
Shortcut (旧 Clubhouse) と対話するための Model Context Protocol (MCP) サーバー。
特徴
- プロジェクト、ストーリー、エピック、目標を表示する
- ストーリーを検索する
- 新しいストーリー、叙事詩、目標を作成する
- 安全な操作のみ(更新や削除は不可)
設定
- asdf を使用して Python をインストールします。
- 仮想環境を作成し、依存関係をインストールします。
- 環境を設定します。
- サーバーを実行します。
プロジェクト構造
Claude Desktopでの使用
Claude Desktop の設定に以下を追加します:
MacOS の場合 ( ~/Library/Application Support/Claude/claude_desktop_config.json
):
Windows の場合 ( %AppData%\Claude\claude_desktop_config.json
):
テスト
MCP Inspector を使用してサーバーをテストできます。
安全機能
このサーバーは、安全な作成機能を備えた読み取り専用操作を実装します。
- GET(読み取り)とPOST(作成)操作のみを許可します
- 既存データの変更や削除は行いません
- すべての操作はAPIトークンの所有者に帰属します
発達
Python バージョン管理
このプロジェクトでは、Pythonのバージョン管理にasdfを使用しています。必要なPythonのバージョンは.tool-versions
で指定されています。
コード品質
コード品質チェックにはpylintを使用します。次のコマンドで実行します。
pylint の設定は.pylintrc
にあります。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Shortcut (旧 Clubhouse) プロジェクト管理ツールとのやり取りを可能にするモデル コンテキスト プロトコル サーバー。これにより、ユーザーはプロジェクト、ストーリー、エピック、目標を表示および検索したり、自然言語で新しいアイテムを作成したりできます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.Last updated -52TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.Last updated -JavaScriptISC License
- -securityAlicense-qualityA Model Context Protocol server that enables interaction with Foundry tools through natural language, allowing users to create projects, build contracts, run tests, and manage Ethereum development environments.Last updated -1PythonMIT License