reaper-reapy-mcp
Reaper and MCP or AI integration A Python application for controlling REAPER Digital Audio Workstation (DAW) using the MCP(Model context protocol).
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- python-publish.yml
- PULL_REQUEST_TEMPLATE.md
- midi-generation.gif
- reaper-reapy-mcp-demo-for-gif-002.gif
- audio_controller.py
- fx_controller.py
- marker_controller.py
- master_controller.py
- midi_controller.py
- project_controller.py
- track_controller.py
- __init__.py
- base_controller.py
- reapy_actions.py
- __init__.py
- mcp_tools_audio.py
- mcp_tools_fx.py
- mcp_tools_marker.py
- mcp_tools_master.py
- mcp_tools_midi.py
- mcp_tools_project.py
- mcp_tools_track.py
- __init__.py
- item_utils.py
- position_utils.py
- __init__.py
- __main__.py
- mcp_tools.py
- reaper_controller.py
- reaper_reapy_mcp.py
- test_controller_structure.py
- test_mcp_client.py
- test_mcp_temporary.py
- test_reaper_controller.py
- legacy_manual_test.py
- mcp_abstraction.py
- sample_audio.py
- test_mcp_tools_audio.py
- test_mcp_tools_fx.py
- test_mcp_tools_marker.py
- test_mcp_tools_master.py
- test_mcp_tools_midi.py
- test_mcp_tools_project.py
- test_mcp_tools_track.py
- test_mcp.bat
- test_midi_mock.py
- test_reapy_connection.py
- .gitattributes
- .gitignore
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- reaper_side_enable_server.py
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/wegitor/reaper-reapy-mcp
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd reaper-reapy-mcp
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install reaper_reapy_mcp
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/wegitor/reaper-reapy-mcp.git
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install reaper_reapy_mcp
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/wegitor/reaper-reapy-mcp.git
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python -m reaper_reapy_mcp
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m reaper_reapy_mcp --mode http
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m reaper_reapy_mcp --mode http --http-host example_host --http-port 3958
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
