Mixpeek for Grok
io.github.mixpeek/mcp-server
Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API.
client:Grok
transport:stdio
runtime:npm
Install Mixpeek in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mixpeek/mcp"
],
"env": {
"MIXPEEK_API_KEY": "<MIXPEEK_API_KEY>",
"MIXPEEK_NAMESPACE": "<MIXPEEK_NAMESPACE>",
"MIXPEEK_API_BASE": "<MIXPEEK_API_BASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs