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.mcpbRelated MCP servers
Render and verify native Rust GUIs headlessly: access tree, query, a11y, screenshots, motion.
11
View repository →Rust
Apache-2.0