echosaw for Grok
io.github.matthew-b-simpson/echosaw
Media intelligence analysis for audio, video, and images via the Echosaw MCP server.
client:Grok
transport:stdio
runtime:npm
Install echosaw in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"echosaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@echosaw/mcp-server"
],
"env": {
"ECHOSAW_API_KEY": "<ECHOSAW_API_KEY>",
"ECHOSAW_API_URL": "<ECHOSAW_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs