Developer Tools
Trust: 37/100 (Limited)io.github.berkayderin/nextscan Guide
MCP server that scans Next.js projects and returns a compact summary
1 starsby berkayderin
Quick Start
Install
npx @berkayderin/nextscanClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-berkayderin-nextscan": {
"command": "npx",
"args": [
"@berkayderin/nextscan"
]
}
}
}