Back to MCP ToolsDevelopmentOfficial
Cursor MCP Integration logo

Cursor MCP Integration

Official

MCP server for Cursor AI editor integration with Composer mode and multi-model AI support.

Provider:Anysphere (Cursor)
Category:Development

Installation

Command Line
npm install -g @cursor/mcp-server

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "cursor": {
      "command": "npx",
      "args": [
        "@cursor/mcp-server"
      ],
      "env": {
        "CURSOR_API_KEY": "<your-api-key>",
        "COMPOSER_MODE": "enabled"
      }
    }
  }
}