MCP 음악 분석
이 저장소에는 로컬 오디오, YouTube 링크 또는 오디오 링크에 대한 오디오 분석을 위해 MCP와 librosa를 사용하는 모델 컨텍스트 공급자(MCP)가 포함되어 있습니다.
Claude Desktop과 함께 사용
Related MCP server: ZIP-MCP
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Music Analysis를 자동으로 설치하려면:
지엑스피1
수동 설치
# Clone repository
git clone git@github.com:hugohow/mcp-music-analysis.git
cd mcp-music-analysis
# Create virtual environment and install
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .
Claude Desktop과 함께 사용
구성 파일 찾기
구성 파일 위치는 운영 체제에 따라 다릅니다.
맥OS :
~/Library/Application\ Support/Claude/claude_desktop_config.json윈도우 :
%APPDATA%\Claude\claude_desktop_config.json리눅스 :
~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json 에 다음을 추가하세요.
{
"mcpServers": {
"music-analysis": {
"command": "uvx",
"args": ["-n", "mcp-music-analysis"]
}
}
}
예시 프롬프트
서버가 실행되면 대화형 또는 채팅 기반 환경에서 사용할 수 있는 몇 가지 샘플 프롬프트가 있습니다. MCP는 이러한 요청을 이해하고 관련 도구를 실행합니다.
Can you analyze the beat of /Users/hugohow-choong/Desktop/sample-6s.mp3?
Could you give me the duration of https://download.samplelib.com/mp3/sample-15s.mp3 ?
Please compute the MFCC for this file: /path/to/another_audio.mp3
What are the spectral centroid values for /path/to/music.wav?
I'd like to know the onset times for https://www.youtube.com/watch?v=8HFiFd9vx1c
할 일 목록
[x] 오디오 파일 다운로드에 URL 추가
[x] YouTube를 오디오 파일 변환에 추가
[ ] 다양한 Python 환경으로 실험(테스트)
[ ] 설치 가이드 개선
[ ] 가사에 Whisper 통합
[ ] Docker 솔루션 구현
작가
휴고 하우충