Mixpeek for Cursor
io.github.mixpeek/mcp-server
Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API.
client:Cursor
transport:stdio
runtime:npm
Install Mixpeek in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs