@h-ear/mcp-server
Freeby MCP Community
MCP server for the H-ear World audio classification API — connect Claude, ChatGPT, and other AI agents to 521+ sound classes
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolaudioclassificationh-ear
@h-ear/mcp-server MCP Server
MCP server for the H-ear World audio classification API — connect Claude, ChatGPT, and other AI agents to 521+ sound classes
Installation
Reviews
Installation
Quick install
npx -y @h-ear/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@h-ear/mcp-server": {
"command": "npx",
"args": ["-y", "@h-ear/mcp-server"]
}
}
}