Skip to content
Cursor

jetbrains mcp for Cursor

io.github.mrfentmen/jetbrains-mcp

Keyless MCP server for JetBrains Marketplace: plugin search, details, ratings, downloads.

client:Cursor transport:stdio runtime:npm

Install jetbrains mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "jetbrains-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jetbrains-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jetbrains mcp in other clients