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
{
"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