reaper-mcp-server

reaper-mcp-serverは、音楽制作やオーディオ編集のための自動化ツールです。Pythonで実装されており、ユーザーが効率的に作業を進めるための機能を提供します。特に、MIDIデータの処理やオーディオトラックの管理を簡素化することに特化しています。

GitHubスター

50

ユーザー評価

未評価

お気に入り

0

閲覧数

35

フォーク

8

イシュー

1

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

1Install Dependencies
bash
   uv venv
   source .venv/bin/activate
   uv pip install .
   
2Configure Claude Desktop
- Follow [the instructions to configure Claude Desktop](https://modelcontextprotocol.io/quickstart/server#core-mcp-concepts) for use with a custom MCP server - Find the sample config in setup/claude_desktop_config.json - Update the following paths in the config: - Your uv installation path - Your Reaper project directory - This server's directory
3Launch and Configure
- Open Claude Desktop - Look for the hammer icon in the bottom right of your chat box - Click the hammer icon to verify you see two Reaper tools available: - find_reaper_projects - parse_reaper_project ![Claude Desktop Tools](./docs/claude-desktop-tools.png)

追加リソース