Cursor

How to Add MCP Servers to Cursor

cursor.com

AI-first code editor with built-in MCP support for tool use in chat and agent mode.

Setup Guide

1. Locate the config file

~/.cursor/mcp.json

2. Add a server configuration

Add the following to your JSON config:

{
    "mcpServers": {
      "markitdown": {
        "command": "uvx",
        "args": ["markitdown-mcp"]
      }
    }
  }

3. Restart Cursor

Restart or reload Cursor to pick up the new MCP server configuration.

Compatible Servers (1874)