Skip to content
Claude Desktop

echosaw for Claude Desktop

io.github.matthew-b-simpson/echosaw

Media intelligence analysis for audio, video, and images via the Echosaw MCP server.

client:Claude Desktop transport:stdio runtime:npm

Install echosaw in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "echosaw": {
      "command": "npx",
      "args": [
        "-y",
        "@echosaw/mcp-server"
      ],
      "env": {
        "ECHOSAW_API_KEY": "<ECHOSAW_API_KEY>",
        "ECHOSAW_API_URL": "<ECHOSAW_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

echosaw in other clients