Skip to content
Cursor

webear for Cursor

io.github.asume21/webear

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

client:Cursor transport:stdio runtime:npm

Install webear in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "webear": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "webear"
      ],
      "env": {
        "WEBEAR_BASE_URL": "<WEBEAR_BASE_URL>",
        "CODEDSWITCH_API_KEY": "<CODEDSWITCH_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

webear in other clients