mcpbeat Sign in

Nextjs Cache Handler MCP Server

local only

Nextjs Cache Handler MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 26 Aug 2026.

Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.

Installs per day peak 11 · avg 4 · +68% w/w
a month agotoday
25
Installs / week
npm · @leejpsd/nextjs-cache-handler-mcp
6
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 16 h 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.

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

This one needs environment variables set before it will start: REDIS_URL (Redis connection string the cache handler uses), DEPLOYMENT_VERSION (Deploy namespace (recommended)), HASH_TAG (Set 'true' when handlers use hashTag: true (Redis Cluster)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nextjs Cache Handler MCP

same job, measured the same way
Agent JSON Reliability
by toninovo4249-ai

Deterministic inspect, safe repair, and JSON Schema validation for agent JSON. No LLM.

local only
Openapi Sync MCP
by akintomiwa-fisayo

Type-safe MCP server for OpenAPI Sync to inspect, validate, and synchronize OpenAPI specs.

80 installs/wk local only
Nihr
by pipeworx-io

UK NIHR (National Institute for Health and Care Research) open-data MCP.

41 tools answering
Audiobookshelf MCP
by jeeftor

Inspect and safely operate Audiobookshelf libraries over MCP.

local only
Semiotic
by nteract

Verified React chart generation: select, validate, repair, render, and inspect charts through MCP.

5 125 installs/wk 5 tools answering
Zapier Dev MCP
by arose26

For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.

35 installs/wk local only
JSON Tools MCP
by mrfentmen

Validate, format, and inspect JSON locally. No network and no key.

local only
Nyc Restroom MCP
by danielortiz0220

Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data

33 installs/wk local only

Nextjs Cache Handler MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nextjs Cache Handler MCP?
Nextjs Cache Handler 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 @leejpsd/nextjs-cache-handler-mcp was installed 25 times last week.
How do I connect Nextjs Cache Handler 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 @leejpsd/nextjs-cache-handler-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nextjs Cache Handler MCP?
The npm package @leejpsd/nextjs-cache-handler-mcp was installed 25 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nextjs Cache Handler MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 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.