nextscan for VS Code
io.github.berkayderin/nextscan
MCP server that scans Next.js projects and returns a compact summary
client:VS Code
transport:stdio
runtime:npm
Install nextscan in VS Code
.vscode/mcp.json
{
"servers": {
"nextscan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@berkayderin/nextscan"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs