← Index

io.github.asume21/webear

io.github.asume21/webear·v1.2.4·Image, Video & Audio
Quality Score
85
/100

Give your AI coding assistant ears — capture, analyze, and describe live audio.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "webear": {
      "command": "npx",
      "args": [
        "-y",
        "webear"
      ],
      "env": {
        "WEBEAR_BASE_URL": "<webear_base_url>",
        "CODEDSWITCH_API_KEY": "<your-codedswitch_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "webear": {
      "command": "npx",
      "args": [
        "-y",
        "webear"
      ],
      "env": {
        "WEBEAR_BASE_URL": "<webear_base_url>",
        "CODEDSWITCH_API_KEY": "<your-codedswitch_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y webear
§02  Environment variables
WEBEAR_BASE_URL

URL of your dev server where WebEar middleware is mounted

CODEDSWITCH_API_KEY
requiredsecret

API key from codedswitch.com for audio analysis

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio