Skip to content
Cline

Mixpeek for Cline

io.github.mixpeek/mcp-server

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

client:Cline transport:stdio runtime:npm

Install Mixpeek in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Mixpeek in other clients