Skip to main content
Glama

Audio Player MCP Server

オーディオプレーヤーMCPサーバー

Claude がコンピューター上のオーディオ再生を制御できるようにする Model Context Protocol (MCP) サーバー。

特徴

  • MP3、WAV、OGG オーディオ ファイルを再生します。
  • 音楽ディレクトリ内の利用可能なオーディオ ファイルを一覧表示します。
  • オーディオの再生を停止します。
  • ディレクトリ分離による安全なファイル アクセス。

要件

インストール

  1. リポジトリをクローンします。
    git clone https://github.com/Here-and-Tomorrow-LLC/audio-player-mcp.git
  2. リポジトリ ディレクトリに移動します。
    cd audio-player-mcp
  3. 編集可能なモードでパッケージをインストールします。
    pip install -e .

Claude Desktopでのセットアップ

  1. Claude デスクトップの設定を開き、次の場所に移動します。
    Developer > Edit Config
  2. 設定ファイルを見つけます:
    • Mac : ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows : %APPDATA%\Claude\claude_desktop_config.json
  3. オペレーティング システムに基づいて次の構成を追加します。Mac/Linux:
    { "mcpServers": { "audio-player": { "command": "/path/to/your/venv/bin/python", "args": [ "/path/to/your/audio-player-mcp/src/audio_player_mcp/player.py" ], "env": { "AUDIO_PLAYER_DIR": "/path/to/your/audio/files" } } } }
    ウィンドウズ:
    { "mcpServers": { "audio-player": { "command": "C:\path\to\your\venv\Scripts\python.exe", "args": [ "C:\path\to\your\audio-player-mcp\src\audio_player_mcp\player.py" ], "env": { "AUDIO_PLAYER_DIR": "C:\path\to\your\audio\files" } } } }
    注意: AUDIO_PLAYER_DIRが設定されていない場合、サーバーはデフォルトでホーム ディレクトリのMusicフォルダを使用します。
  4. Claude Desktop を再起動します。

使用法

Claude に質問することで、オーディオの再生を制御できるようになりました。

  • 「どんなオーディオファイルがありますか?」
  • 「song.mp3を再生してください。」
  • 「音楽を止めてください。」

トラブルシューティング

何かが動作しない場合は、Claude のログを確認してください。

  • マック:
    tail -f ~/Library/Logs/Claude/mcp*.log
  • ウィンドウズ:
    type "%APPDATA%\Claude\logs\mcp*.log"

発達

  1. リポジトリをクローンします。
    git clone https://github.com/yourusername/audio-player-mcp.git
  2. リポジトリ ディレクトリに移動します。
    cd audio-player-mcp
  3. 開発依存関係をインストールします。
    pip install -e ".[dev]"
  4. MCP サーバーを開発モードで実行します。
    mcp dev src/audio_player_mcp/player.py

ライセンス

このプロジェクトはMIT ライセンスに基づいてライセンスされています。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

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

Claude がコンピューター上のオーディオ再生を制御できるようにするサーバー。再生、リスト、停止コマンドなどの機能を備えた MP3、WAV、OGG ファイルをサポートします。

  1. 特徴
    1. 要件
      1. インストール
        1. Claude Desktopでのセットアップ
          1. 使用法
            1. トラブルシューティング
              1. 発達
                1. ライセンス

                  Related MCP Servers

                  • A
                    security
                    F
                    license
                    A
                    quality
                    A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
                    Last updated -
                    1
                    5
                    Python
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A server that connects Claude with Spotify, allowing users to control playback, search content, get information about tracks/albums/artists/playlists, and manage the Spotify queue.
                    Last updated -
                    4
                    350
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server that allows Claude to search and retrieve emails from your Gmail account, supporting functions like searching emails, retrieving full content of specific emails, and listing recent messages.
                    Last updated -
                    2
                    Python
                    Apache 2.0
                  • A
                    security
                    F
                    license
                    A
                    quality
                    Connects Claude with Spotify, allowing users to control playback, search for content, get music information, and manage the Spotify queue.
                    Last updated -
                    8
                    1
                    Python
                    • 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/Here-and-Tomorrow-LLC/audio-player-mcp'

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