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
{
"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