AgentHubAgentHub

audio-analyzer

MCP ServerMCP Registry官方收录

io.github.JuzzyDee/audio-analyzer · v1.0.0

Gives LLMs ears. Spectral, harmonic, rhythm, stereo, and structural audio analysis.

概览

audio-analyzer 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.JuzzyDee/audio-analyzer",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "audio-analyzer",
  "description": "Gives LLMs ears. Spectral, harmonic, rhythm, stereo, and structural audio analysis.",
  "repository": {
    "url": "https://github.com/JuzzyDee/audio-analyzer-rs",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/JuzzyDee/audio-analyzer-rs/releases/download/v1.0.0/audio-analyzer-darwin-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/JuzzyDee/audio-analyzer-rs/releases/download/v1.0.0/audio-analyzer-darwin-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/JuzzyDee/audio-analyzer-rs/releases/download/v1.0.0/audio-analyzer-linux-x64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/JuzzyDee/audio-analyzer-rs/releases/download/v1.0.0/audio-analyzer-win32-x64.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.JuzzyDee/audio-analyzer",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JuzzyDee%2Faudio-analyzer/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
audio-analyzer — MCP Server 安装与配置 · AgentHub