Skip to main content
Glama

mcp-audio-analysis

MCP 음악 분석

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

Claude Desktop과 함께 사용

설치

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

작가

휴고 하우충

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

local-only server

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

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

  1. Claude Desktop과 함께 사용
    1. 설치
      1. Smithery를 통해 설치
      2. 수동 설치
      3. Claude Desktop과 함께 사용
    2. 예시 프롬프트
      1. 할 일 목록
        1. 작가

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol (MCP) server that provides access to the Beatport Developer API, allowing Claude to interact with music data from Beatport's electronic music catalog.
            Last updated -
            Python
            • Apple
          • A
            security
            A
            license
            A
            quality
            A MCP server that enables transcription of audio files using OpenAI's Speech-to-Text API, with support for multiple languages and file saving options.
            Last updated -
            1
            2
            JavaScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A powerful MCP tool for parsing and manipulating MIDI files that allows users to read, analyze, and modify MIDI files through natural language commands, supporting operations like reading file information, modifying tracks, adding notes, and setting tempo.
            Last updated -
            11
            23
            1
            JavaScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            An official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.
            Last updated -
            19
            700
            Python
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/hugohow/mcp-music-analysis'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server