nextscan for Cursor
io.github.berkayderin/nextscan
MCP server that scans Next.js projects and returns a compact summary
client:Cursor
transport:stdio
runtime:npm
Install nextscan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nextscan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@berkayderin/nextscan"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs