mcp-audio-analysis

by hugohow
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

MCP 음악 분석

이 저장소에는 로컬 오디오, YouTube 링크 또는 오디오 링크에 대한 오디오 분석을 위해 MCP와 librosa를 사용하는 모델 컨텍스트 공급자(MCP)가 포함되어 있습니다.

Claude Desktop과 함께 사용

설치

지엑스피1

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 솔루션 구현

작가

휴고 하우충

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

MCP를 사용하여 로컬 오디오 파일을 분석합니다.

  1. Usage with Claude Desktop
    1. Installation
      1. Usage with Claude Desktop
    2. Example Prompts
      1. To-Do List
        1. Author
          ID: 4kntblkkwt