mcpbeat Sign in

Midnight + Next.js MCP Server

by fractionestate Your server? Claim it
local only

Midnight + Next.js MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 9 Jan 2026.

Unified MCP server for Midnight blockchain development and Next.js dApps.

Installs per day peak 29 · avg 10 · +31% w/w
a month agotoday
62
Installs / week
npm · midnight-nextjs-mcp
0
Stars
0 open issues
9 Jan 2026
Last commit
0 releases in 90 days
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository dajo-code/midnight-nextjs-mcp
пакет midnight-nextjs-mcp ссылается на fractionestate/midnight-nextjs-mcp
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/docs-sync.yml:41
          curl -s -X POST -H 'Content-type: application/json' --data "$payload" "${{ secrets.SLACK_WEBHOOK_URL }}"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 midnight-nextjs-mcp -- npx -y midnight-nextjs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "midnight-nextjs-mcp": {
      "args": [
        "-y",
        "midnight-nextjs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.midnight-nextjs-mcp]
command = "npx"
args = ["-y", "midnight-nextjs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "midnight-nextjs-mcp": {
      "args": [
        "-y",
        "midnight-nextjs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "midnight-nextjs-mcp": {
      "args": [
        "-y",
        "midnight-nextjs-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub Personal Access Token - increases API rate limits), LOG_LEVEL (Logging verbosity level), MIDNIGHT_LOCAL (Enable local mode with ChromaDB for offline semantic search). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Midnight + Next.js MCP

same job, measured the same way
MCP Klever VM
by klever-io

MCP server for Klever blockchain smart contract development.

39 installs/wk 16 tools answering
Nerve Rpc
by reagost

MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents

51 installs/wk local only
Ui5
by ui5

MCP server for SAPUI5/OpenUI5 development

82 407 installs/wk local only
Next Devtools MCP
by vercel

Next.js development tools MCP server with stdio transport

101 037 installs/wk local only
C
Tenderly MCP
by tenderly

Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks.

answering
Rootstock (RSK) MCP Server
by rsksmart

MCP Server for Rootstock Blockchain

53 installs/wk local only
Data Studio
by geek-fun

Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps

63 installs/wk local only
Mo5 MCP Server
by thlg057

MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.

30 installs/wk local only

Midnight + Next.js MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Midnight + Next.js MCP?
Midnight + Next.js MCP 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 midnight-nextjs-mcp was installed 62 times last week.
How do I connect Midnight + Next.js MCP?
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 midnight-nextjs-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Midnight + Next.js MCP?
The npm package midnight-nextjs-mcp was installed 62 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Midnight + Next.js MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.