Mixedbread

Claude Code

Set up the Mixedbread MCP server with Claude Code.

Prerequisites

Before starting, ensure you have:

Configuration

Choose one of the following methods to configure MCP servers in Claude Code.

Method 1: Import from Claude Desktop

If you already have Claude Desktop configured with MCP servers, you can import them directly:

claude mcp add-from-claude-desktop

This will automatically import all MCP servers from your Claude Desktop configuration.

Method 2: Global Configuration

Configure MCP servers globally to use them across all projects:

claude mcp add mixedbread -s user -e MXBAI_AUTH_HEADER="Bearer YOUR_MIXEDBREAD_API_KEY" -- npx -y mcp-remote@latest https://www.mcp.mixedbread.com/api/mcp --header Authorization:${MXBAI_AUTH_HEADER}
claude mcp add filesystem -s user -- npx -y @modelcontextprotocol/server-filesystem .
claude mcp list

You should see both servers listed with user scope.

Verification

  1. List configured servers

    claude mcp list
  2. Use the /mcp command to see available tools and server status.

  3. Test Mixedbread functionality

    Create a vector store called "project-docs"
  4. Test filesystem access

    List files in the current directory

Last updated: July 31, 2025