mcpbeat Sign in

Nextscan MCP Server

by berkayderin Your server? Claim it
local only

Nextscan runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 2 Mar 2026.

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

Installs per day peak 13 · avg 5 · +28% w/w
a month agotoday
28
Installs / week
npm · @berkayderin/nextscan
1
Stars
0 open issues
2 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Nextscan every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nextscan -- npx -y @berkayderin/nextscan
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nextscan": {
      "args": [
        "-y",
        "@berkayderin/nextscan"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nextscan]
command = "npx"
args = ["-y", "@berkayderin/nextscan"]
.cursor/mcp.json
{
  "mcpServers": {
    "nextscan": {
      "args": [
        "-y",
        "@berkayderin/nextscan"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nextscan": {
      "args": [
        "-y",
        "@berkayderin/nextscan"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Nextscan

same job, measured the same way
Get Joke
by hamzaaamin

Minimal MCP server that returns a random programming joke.

36 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
Testiny Test Management
by testiny

An MCP server that provides access to Testiny projects, test cases and test runs

answering
I
Simple MCP HTTP
by oleksii-donets

A Test MCP server that provides tools, promts and resources

local only
Simple MCP
by oleksii-donets

A Test MCP server that provides tools, promts and resources

local only
Rsdoctor
by yifancong

An MCP server that provides build analysis and optimization recommendations for Rspack projects.

3 393 installs/wk local only
Runrun.it MCP Server
by znetinho

MCP server for Runrun.it: Tasks, Comments, Projects

67 installs/wk local only
Cokodo Agent
by dinwind

Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.

369 installs/wk local only

Nextscan — questions

Answers built from our own checks of this server.

Why is there no uptime for Nextscan?
Nextscan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @berkayderin/nextscan was installed 28 times last week.
How do I connect Nextscan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @berkayderin/nextscan straight from npm; nothing to host, nothing to sign up for.
How many people use Nextscan?
The npm package @berkayderin/nextscan was installed 28 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nextscan open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.