Loading MCP server directory, please wait...
Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API.
npx @getmcp/cli add io.github.mixpeek/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MIXPEEK_API_KEYYour Mixpeek API key (https://mixpeek.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mixpeek/mcp-server": {
"command": "npx",
"args": [
"-y",
"@mixpeek/mcp"
],
"env": {
"MIXPEEK_API_KEY": "",
"MIXPEEK_NAMESPACE": "",
"MIXPEEK_API_BASE": "https://api.mixpeek.com"
}
}
}
}