Skip to content
Claude Desktop

Mixpeek for Claude Desktop

io.github.mixpeek/mcp-server

Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API.

client:Claude Desktop transport:stdio runtime:npm

Install Mixpeek 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mixpeek/mcp"
      ],
      "env": {
        "MIXPEEK_API_KEY": "<MIXPEEK_API_KEY>",
        "MIXPEEK_NAMESPACE": "<MIXPEEK_NAMESPACE>",
        "MIXPEEK_API_BASE": "<MIXPEEK_API_BASE>"
      }
    }
  }
}

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

Mixpeek in other clients