← Back to Blog

Setting Up MCP in Cursor IDE: A Complete Walkthrough

Vibe Manager Team

Cursor has quickly become the favorite IDE for AI-native development. With its recent support for MCP, it can now do even more than just read your open files.

Here is how to set up MCP in Cursor.

Understanding Cursor’s MCP Implementation

Unlike Claude, which uses a single JSON file, Cursor (at the time of writing) uses a settings UI to manage MCP servers. This makes it friendlier but harder to “copy-paste” configurations into.

Step 1: Open MCP Settings

  1. Open Cursor.
  2. Go to Cursor Settings (Cmd + Shift + J, or click the gear icon).
  3. Navigate to Features > MCP.

Step 2: Add a New Server

  1. Click “Add New MCP Server”.
  2. Name: Give it a name (e.g., “Postgres”).
  3. Type: Select “Stdio” (Standard Input/Output).
  4. Command: Enter the command to run the server.
    • Example: node /path/to/server/build/index.js
    • Or: uvx mcp-server-postgres (if using uv)

Step 3: Environment Variables

If your server needs API keys (like Brave Search), you need to add them here.

  1. Click the “Env” or “Environment Variables” dropdown.
  2. Key: BRAVE_API_KEY
  3. Value: YOUR_KEY_HERE

Step 4: Testing

Once added, the server light should turn Green. Open a Composer (Cmd+I) or Chat (Cmd+L) window and try to use the tool.

  • “Search the web for the latest React release.”

Syncing with Vibe Manager

The annoyance is obvious: If you already set this up in Claude, you have to type it all in again manually in Cursor.

Vibe Manager solves this.

  1. Vibe Manager reads your claude_desktop_config.json.
  2. It converts that JSON configuration into a format Cursor understands.
  3. It pushes those configurations directly into Cursor’s internal storage.
  4. You restart Cursor, and all your tools are there.

It turns a 10-minute manual data entry task into a one-click operation.

Manage Configs

Sync your Claude, Cursor, and Codex configurations in one click with Vibe Manager.

Download Vibe Manager

Find Verified Skills

Discover and install secure, community-verified MCP skills and agent rules from SkillMap.

Browse SkillMap ↗

Related Articles