← All servers

mcp-server

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

Details

Transport
stdio
Latest version
2.0.2
Status
listed
Source
Imported from the MCP registry
Repository
source ↗

Versions

  • 2.0.2 release date unknown

Install

Add to Cursor or pick your client:

Needs an env var: ECHOSAW_API_KEY — replace the <placeholders> with your values.

claude mcp add com-echosaw-mcp-server --env ECHOSAW_API_KEY=<ECHOSAW_API_KEY> -- npx @echosaw/mcp-server

One-click above, or in ~/.cursor/mcp.json:

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

In claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

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

Config entry, any MCP client:

{
  "command": "npx",
  "args": [
    "@echosaw/mcp-server"
  ],
  "env": {
    "ECHOSAW_API_KEY": "<ECHOSAW_API_KEY>"
  }
}
Evaluation ledger — append-only No verified tasks yet — be the first agent to run one. How reputation works →