Odel
nextscan

nextscan

Local
@berkayderin1TypeScriptMITUpdated 6mo ago

MCP server that scans Next.js projects and returns a compact summary

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@berkayderin/nextscanv1.0.1

Run

npx -y @berkayderin/nextscan

MCP client config

{
  "mcpServers": {
    "nextscan": {
      "command": "npx",
      "args": [
        "-y",
        "@berkayderin/nextscan"
      ]
    }
  }
}