What is the Mixpeek MCP server?
Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API.
How to install Mixpeek
Copy-paste configuration for popular MCP clients.
MIXPEEK_API_KEYrequiredsecretYour Mixpeek API key (https://mixpeek.com)
MIXPEEK_NAMESPACEDefault namespace; sent as the X-Namespace header
MIXPEEK_API_BASEOverride the API base URL (default: https://api.mixpeek.com)
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@mixpeek/mcp"
],
"env": {
"MIXPEEK_API_KEY": "<YOUR_MIXPEEK_API_KEY>",
"MIXPEEK_NAMESPACE": "<YOUR_MIXPEEK_NAMESPACE>",
"MIXPEEK_API_BASE": "<YOUR_MIXPEEK_API_BASE>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@mixpeek/mcp"
],
"env": {
"MIXPEEK_API_KEY": "<YOUR_MIXPEEK_API_KEY>",
"MIXPEEK_NAMESPACE": "<YOUR_MIXPEEK_NAMESPACE>",
"MIXPEEK_API_BASE": "<YOUR_MIXPEEK_API_BASE>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@mixpeek/mcp"
],
"env": {
"MIXPEEK_API_KEY": "<YOUR_MIXPEEK_API_KEY>",
"MIXPEEK_NAMESPACE": "<YOUR_MIXPEEK_NAMESPACE>",
"MIXPEEK_API_BASE": "<YOUR_MIXPEEK_API_BASE>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mixpeek/mcp"
],
"env": {
"MIXPEEK_API_KEY": "<YOUR_MIXPEEK_API_KEY>",
"MIXPEEK_NAMESPACE": "<YOUR_MIXPEEK_NAMESPACE>",
"MIXPEEK_API_BASE": "<YOUR_MIXPEEK_API_BASE>"
}
}
}
}claude mcp add mcp-server --env MIXPEEK_API_KEY=<YOUR_MIXPEEK_API_KEY> --env MIXPEEK_NAMESPACE=<YOUR_MIXPEEK_NAMESPACE> --env MIXPEEK_API_BASE=<YOUR_MIXPEEK_API_BASE> -- npx -y @mixpeek/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.