Cursor
Learn how to set up the Mixedbread MCP server with Cursor IDE.
Prerequisites
Before we configure Cursor, make sure you have the following:
- Cursor IDE installed
- Node.js 22+ installed
- A Mixedbread API key from our platform
Configuration
Cursor supports MCP servers via a configuration file named mcp.json.
Method 1 — Edit via the terminal
-
Locate or create the configuration file
Cursor looks for
mcp.jsonin the following paths:- macOS/Linux:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json
If the directory or file doesn't exist, create it manually:
macOS/Linux:
Copy to clipboard Windows:
Copy to clipboard - macOS/Linux:
-
Add a Mixedbread server entry
Add the following to your
mcp.json:Copy to clipboard - command runs mcp-remote via npx.
- args specify the Mixedbread MCP endpoint and authentication header.
- env sets an environment variable with your API key.
Replace
YOUR_MIXEDBREAD_API_KEYwith your actual key from the Mixedbread platform. -
Save and restart Cursor to apply the changes.
Method 2 — Add via the UI
- Open Settings → Cursor Settings → MCP → New MCP Server.
- Paste the Mixedbread configuration from Method 1.
- Save. Cursor will automatically reload the MCP servers.
Verification
Now let's confirm the integration is working.
-
Open Settings → Cursor Settings → MCP and check that
Mixedbreadis listed. -
Ensure Cursor is in Agent Mode so MCP tools can be used.
-
Test the connection with a simple command:
Copy to clipboard
Now you can manage your Stores and perform Search directly from Cursor.