Cursor
Set up the Mixedbread MCP server with Cursor IDE.
Prerequisites
Before starting, ensure you have:
- Cursor IDE version 1.0.0 or higher (download here)
- Node.js 20+ installed on your system (download here)
- A Mixedbread API key from platform.mixedbread.com
Configuration
Configure MCP servers globally by editing the configuration file at ~/.cursor/mcp.json
.
Method 1: Edit Configuration File
Create the directory and file if they don't exist:
Edit ~/.cursor/mcp.json
and add the following configuration:
Replace YOUR_MIXEDBREAD_API_KEY
with your actual Mixedbread API key.
Save the file and restart Cursor for the changes to take effect.
Method 2: Through Cursor UI
- Open Settings from the menu
- Navigate to Tools & Integrations
- Click on Add custom MCP
- This will open the
~/.cursor/mcp.json
file in the editor
Paste the configuration from Method 1.
Save the file. Cursor will automatically reload the MCP servers.
Verification
-
Check that both
mixedbread
andfilesystem
servers are listed in Settings → Tools & Integrations -
Ensure Cursor is in Agent Mode (not Ask Mode) to use MCP tools
-
Test Mixedbread functionality
Copy to clipboard -
Test filesystem access
Copy to clipboard
Last updated: July 31, 2025