← Back to Plugins
MCP Server MCP

Mixpeek

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mixpeek/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mixpeek/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Mixpeek API key (https://mixpeek.com)",
          "isRequired": true,
          "isSecret": true,
          "name": "MIXPEEK_API_KEY"
        },
        {
          "description": "Default namespace; sent as the X-Namespace header",
          "name": "MIXPEEK_NAMESPACE"
        },
        {
          "description": "Override the API base URL (default: https://api.mixpeek.com)",
          "default": "https://api.mixpeek.com",
          "name": "MIXPEEK_API_BASE"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "mixpeek-mcp",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Mixpeek API key (https://mixpeek.com)",
          "isRequired": true,
          "isSecret": true,
          "name": "MIXPEEK_API_KEY"
        },
        {
          "description": "Default namespace; sent as the X-Namespace header",
          "name": "MIXPEEK_NAMESPACE"
        },
        {
          "description": "Override the API base URL (default: https://api.mixpeek.com)",
          "default": "https://api.mixpeek.com",
          "name": "MIXPEEK_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...