MCP音楽分析
このリポジトリには、ローカル、YouTube リンク、またはオーディオ リンクのオーディオ分析に MCP とlibrosaを使用する**モデル コンテキスト プロバイダー (MCP)**が含まれています。
Claude Desktopでの使用
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop の Music Analysis を自動的にインストールするには:
手動インストール
Claude Desktopでの使用
設定ファイルの場所
構成ファイルの場所は、オペレーティング システムによって異なります。
macOS :
~/Library/Application\ Support/Claude/claude_desktop_config.jsonウィンドウズ:
%APPDATA%\Claude\claude_desktop_config.jsonリナックス:
~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
に以下を追加します。
プロンプトの例
サーバーが起動したら、会話やチャットベースのコンテキストで使用できるサンプルプロンプトをいくつか紹介します。MCPはこれらのリクエストを理解し、関連するツールを実行します。
やることリスト
[x] オーディオファイルのダウンロードにURLを追加
[x] YouTubeをオーディオファイル変換に追加する
[ ] 複数のPython環境を試す(テスト)
[ ] インストールガイドの改善
[ ] 歌詞にWhisperを統合
[ ] Dockerソリューションの実装
著者
ヒューゴ・ハウ・チョン
local-only server
The server can only run on the client's local machine because it depends on local resources.
ローカルオーディオファイルを分析する MCP。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides tools for reading, writing, and editing files on the local filesystem.Last updated -1,552Apache 2.0
- AsecurityAlicenseAqualityAn MCP tool that provides AI with the ability to compress and decompress local files.Last updated -4711MIT License
- AsecurityAlicenseAqualityA 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 -11377MIT License
- AsecurityFlicenseAqualityAn MCP server that plays local sound files on macOS using the afplay command, allowing AI assistants to trigger audio notifications after responding.Last updated -1