Claude Code
Learn how to set up the Mixedbread MCP server with Claude Code.
Prerequisites
Before we configure Claude Code, make sure you have the following:
- Claude Code installed
- Node.js 22+ installed
- A Mixedbread API key from our platform
Configuration
You can configure the Mixedbread MCP server in Claude Code either by importing from Claude Desktop or running the claude mcp add command.
Method 1 — Import from Claude Desktop
- Import your Claude Desktop MCP configuration into Claude Code:
Method 2 — CLI command
To configure the Mixedbread MCP server globally:
-
Add the Mixedbread server:
Copy to clipboard -
Notes:
- --transport stdio connects locally via stdio to mcp-remote, which tunnels to the remote Mixedbread MCP server.
- --scope user sets the configuration scope to your user profile.
- --env defines the environment variable containing your API key.
- -- separates Claude's flags from the mcp-remote command and arguments.
-
Replace
YOUR_MIXEDBREAD_API_KEYwith your actual key from the Mixedbread platform.
Verification
Now let's confirm the integration is working.
-
List all configured servers:
Copy to clipboard -
Use the
/mcpcommand to view available tools and server status. -
Test the connection with a simple command:
Copy to clipboard
Now you can manage your Stores and perform Search directly from Claude Code.
References
Last updated: October 27, 2025