Reaper-MCP
AI-powered music production and post-production in REAPER via MCP — 172 tools for composition, mixing, mastering, batch editing, audio QC, and ReaScript automation.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- publish.yml
- dependabot.yml
- 2026-07-25-edit-oriented-qc-analysis.md
- 2026-07-25-markers-apply.md
- 2026-07-25-post-production-batch-tools.md
- 2026-07-25-project-get-overview.md
- 2026-07-25-reascript-integration.md
- 2026-07-25-edit-oriented-qc-analysis-design.md
- 2026-07-25-markers-apply-design.md
- 2026-07-25-post-production-batch-tools-design.md
- 2026-07-25-project-get-overview-design.md
- 2026-07-25-reascript-integration-design.md
- 2026-08-06-vst-param-autoscan-design.md
- ARCHITECTURE.md
- INSTALLATION.md
- PROJECT_SETUP.md
- TOKEN_OPTIMIZATION.md
- TOOLS.md
- 00_core.md
- 00_critical_rules.md
- 10_composition.md
- 20_automation.md
- 30_mixing.md
- 40_editing.md
- 50_postproduction.md
- 60_bbc_spitfire.md
- 70_style_cheat_sheet.md
- __init__.py
- __init__.py
- _shared.py
- edm.py
- electronic.py
- funk_soul.py
- jazz.py
- orchestral.py
- pop.py
- rock.py
- __init__.py
- detect.py
- fix_mix.py
- fx_inventory.py
- master.py
- plugins.py
- profiles.py
- profiles_v2.py
- __init__.py
- analysis_tools.py
- chops_tools.py
- compose_edit_tools.py
- compose_helpers.py
- compose_tools.py
- demo_tools.py
- envelope_tools.py
- fx_tools.py
- inventory_tools.py
- item_tools.py
- loops_tools.py
- marker_tools.py
- midi_tools.py
- mix_tools.py
- patterns_tools.py
- pipeline_tools.py
- project_tools.py
- quantize_tools.py
- script_tools.py
- selection_tools.py
- send_tools.py
- sidechain_tools.py
- take_tools.py
- template_tools.py
- tempo_tools.py
- track_tools.py
- transport_tools.py
- __init__.py
- cc_map.py
- main.py
- reaper_client.py
- safety.py
- shorthand.py
- tool_registry.py
- .gitkeep
- README.md
- vst_reaeq_cockos.json
- __init__.py
- constants.py
- error_codes.py
- path_safety.py
- plugin_cache.py
- protocol.py
- reaper_mcp_server.lua
- __init__.py
- test_analysis_tools.py
- test_command_history.py
- test_fx_preset_tools.py
- test_item_tools.py
- test_marker_tools.py
- test_midi_program_change.py
- test_mix_engine_formulas.py
- test_patterns_tools.py
- test_pipeline_tools.py
- test_plugin_cache.py
- test_profile_allowlists.py
- test_project_metadata_tools.py
- test_project_notes_info_tools.py
- test_reaper_client.py
- test_safety.py
- test_script_tools.py
- test_send_tools.py
- test_shorthand.py
- test_supersede_opt_out.py
- test_tool_registry.py
- test_wsl_detection.py
- .gitattributes
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- install.bat
- install.sh
- LICENSE
- pyproject.toml
- README.md
- SECURITY.md
- smithery.yaml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/xDarkzx/Reaper-MCP
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Reaper-MCP
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install xdarkzx-reaper-mcp
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install xdarkzx-reaper-mcp
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -e ".[dev]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
