Skip to content
Cursor

MERN MCP for Cursor

io.github.irtezaasadrizvi/mern-mcp

Scaffolds MERN CRUD resources into existing Express and React codebases.

client:Cursor transport:stdio runtime:npm

Install MERN MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mern-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mern-mcp"
      ],
      "env": {
        "MERN_MCP_PROJECT_ROOT": "<MERN_MCP_PROJECT_ROOT>"
      }
    }
  }
}

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

MERN MCP in other clients