mcp_audio_server

hackers365/mcp_audio_server
★ 1 stars Go 📦 Other Updated 2d ago
mcp audio server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_audio_server": {
      "command": "go",
      "args": [
        "run",
        "github.com/hackers365/mcp_audio_server@latest"
      ]
    }
  }
}