
Cursor MCP Integration
OfficialMCP 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-serverConfiguration
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"
}
}
}
}