PluginBench
MCP Server
Active
Apache-2.0

Cochlea MCP Server

io.github.richer-richard/cochlea-mcp

What is the Cochlea MCP server?

Render, analyze, and verify audio (WAV/FLAC/mp3/ogg) offline and deterministically via MCP tools.

How to install Cochlea

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cochlea-mcp": {
      "command": "https://github.com/richer-richard/cochlea/releases/download/cochlea-mcp-v0.7.0/cochlea-mcp.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cochlea-mcp": {
      "command": "https://github.com/richer-richard/cochlea/releases/download/cochlea-mcp-v0.7.0/cochlea-mcp.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cochlea-mcp": {
      "command": "https://github.com/richer-richard/cochlea/releases/download/cochlea-mcp-v0.7.0/cochlea-mcp.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cochlea-mcp": {
      "type": "stdio",
      "command": "https://github.com/richer-richard/cochlea/releases/download/cochlea-mcp-v0.7.0/cochlea-mcp.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add cochlea-mcp -- https://github.com/richer-richard/cochlea/releases/download/cochlea-mcp-v0.7.0/cochlea-mcp.mcpb

Related MCP servers

Render and verify native Rust GUIs headlessly: access tree, query, a11y, screenshots, motion.

11
Rust
Apache-2.0
View repository →