Reaper MCP サーバー
これは、Reaper プロジェクトを Claude Desktop などの MCP クライアントに接続し、プロジェクトに関する質問を可能にするシンプルな MCP サーバーです。
ツール
find_reaper_projects
: 設定で指定したディレクトリ内のすべての Reaper プロジェクトを検索します。parse_reaper_project
: Reaper プロジェクトを解析し、JSON オブジェクトを返します。
これらのツールは連携して動作します。特定のReaperプロジェクトについてClaudeに質問すると、 find_reaper_projects
ツールを使ってプロジェクトを検索し、 parse_reaper_project
ツールを使ってプロジェクトを解析して質問に答えます。プロジェクトから解析されたすべてのデータを確認するには、 src/domains/reaper_dataclasses.py
ファイルを確認してください。
設定
- 依存関係をインストールする
- Claudeデスクトップの設定
- 指示に従って、カスタム MCP サーバーで使用するために Claude Desktop を構成します。
- サンプル設定は
setup/claude_desktop_config.json
にあります。 - 構成内の次のパスを更新します。
uv
インストールパス- Reaperプロジェクトディレクトリ
- このサーバーのディレクトリ
- 起動と設定
- クロードデスクトップを開く
- チャットボックスの右下にあるハンマーアイコンを探してください
- ハンマーアイコンをクリックして、2 つの Reaper ツールが使用可能であることを確認します。
find_reaper_projects
parse_reaper_project
- 何でも聞いてください!
- Reaperプロジェクトについて質問する
- 質問するReaperプロジェクトの名前を必ず含めてください
- ツールボックスを展開すると、Claudeに渡される生のプロジェクトデータを確認できます。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Reaper プロジェクトを Claude Desktop などの MCP クライアントに接続し、ユーザーが自然言語を使用して質問したり、プロジェクトに関する解析された情報を取得したりできるようにします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.Last updated -718045TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that enables Claude Desktop to interact with Sanity.io content, providing tools to create, edit, list documents and get schema templates.Last updated -TypeScript
- AsecurityAlicenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.Last updated -7184TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata.Last updated -818TypeScriptMIT License