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
- AsecurityAlicenseAqualityreact-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user promptsLast updated -9334JavaScriptMIT License
- AsecurityFlicenseAqualityAn MCP server that enables AI agents like Claude to play Minesweeper through natural language interaction, connecting to a separate Minesweeper game server.Last updated -4109JavaScript
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.Last updated -Python
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python