Prerequisites
- A Mixpeek API key from mixpeek.com/start
- Claude Desktop or Claude Code
Setup
Add to Claude config
Add the Mixpeek MCP server to your Claude configuration. The retrieval-scoped server gives Claude access to your search pipelines, agents, and documents.Replace
- Claude Desktop
- Claude Code
Open
claude_desktop_config.json and add the mixpeek-retrieval server:YOUR_API_KEY with your key from the Mixpeek dashboard.Verify the connection
Restart Claude (Desktop: quit and reopen, Code: restart the session). Then ask:Claude lists the available tools (e.g.
execute_retriever, list_retrievers, search_namespace). If it does not, check your config path and API key.Available Scopes
Pick the server scope that matches your workflow. Narrower scopes use fewer tokens and reduce tool clutter.| Scope | URL | Tools | Use case |
|---|---|---|---|
| Full | https://mcp.mixpeek.com/mcp | 43 | All capabilities — ingestion, retrieval, and admin |
| Ingestion | https://mcp.mixpeek.com/ingestion/mcp | 18 | Buckets, collections, and documents |
| Retrieval | https://mcp.mixpeek.com/retrieval/mcp | 11 | Retrievers, agents, and search |
| Admin | https://mcp.mixpeek.com/admin/mcp | 14 | Namespaces, taxonomies, and clusters |
Start with the retrieval scope. Add ingestion or admin only if Claude needs to create resources or manage your namespace.
Per-Retriever Server
If you want Claude to access a single retriever with a typedsearch tool (parameters generated from your retriever’s input schema), use the mixpeek-mcp-retriever CLI:
search (with typed parameters matching your retriever’s input schema), describe, and explain. See the full MCP reference for HTTP transport and environment variable configuration.
Next Steps
- Full MCP Server reference — all tools, architecture, and troubleshooting
- Retriever stages — understand the pipeline stages your retriever uses
- Core concepts — namespaces, collections, and documents

