Music Analysis

by hugohow

9 stars
Not rated
GitHub

About

Integrates librosa's audio processing capabilities to provide detailed music and audio analysis tools for extracting features like tempo, spectral characteristics, and onset detection directly within conversations.

Details

Author
hugohow
Repository
hugohow/mcp-music-analysis
GitHub stars
9
License
MIT License
Categories
Developer Tools, Design, File Management, AI, Media, Infrastructure, Frontend

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Music Analysis
    Command (node, npx, python, etc.) uvx
    Arguments
    • Argument 1 -n
    • Argument 2 mcp-music-analysis

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Installing Via Smithery

To install Music Analysis for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @hugohow/mcp-music-analysis --client claude

Manual Installation


Create Virtual Environment And Install

uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .

Locate Configuration File

The configuration file location depends on your operating system:

- macOS:

  ~/Library/Application\ Support/Claude/claude_desktop_config.json

- Windows:

  %APPDATA%\Claude\claude_desktop_config.json

- Linux:

  ~/.config/Claude/claude_desktop_config.json

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "music-analysis": {
      "command": "uvx",
      "args": ["-n", "mcp-music-analysis"]
    }
  }
}

Author

Hugo How-Choong

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "music analysis": {
            "cwd": "~/Library/Application Support/Claude",
            "env": {},
            "args": [
                "-n",
                "mcp-music-analysis"
            ],
            "shell": false,
            "command": "uvx"
        }
    }
}

Linux

{
    "cwd": "~/.config/Claude",
    "env": [],
    "args": [
        "-n",
        "mcp-music-analysis"
    ],
    "shell": false,
    "command": "uvx"
}

Macos

{
    "cwd": "~/Library/Application Support/Claude",
    "env": [],
    "args": [
        "-n",
        "mcp-music-analysis"
    ],
    "shell": false,
    "command": "uvx"
}

Windows

{
    "cwd": "%APPDATA%\\Claude",
    "env": [],
    "args": [
        "-n",
        "mcp-music-analysis"
    ],
    "shell": false,
    "command": "uvx"
}

MCP Music Analysis

smithery badge

This repository contains a Model Context Provider (MCP) that uses MCP and librosa for audio analysis on audio in local, youtube link, or audio link.

Usage with Claude Desktop

<div style="display: flex; gap: 1rem;">
alt text
alt text
</div>

Installation

Installing via Smithery

To install Music Analysis for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @hugohow/mcp-music-analysis --client claude

Manual Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.