Nextjs Cache Handler
Rank #5,317io.github.leejpsd/nextjs-cache-handler-mcp
Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
Nextjs Cache Handler is a Model Context Protocol (MCP) server published by leejpsd. It ranks #5,317 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Nextjs Cache Handler is listed on Official MCP, with 1 tracked version. It was first listed on Jul 31, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 110,143 of 115,460 servers on MCP Toplist.
Use Nextjs Cache Handler
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nextjs-cache-handler-mcp -e "REDIS_URL=<your REDIS_URL>" -e "DEPLOYMENT_VERSION=<your DEPLOYMENT_VERSION>" -e "HASH_TAG=<your HASH_TAG>" -- npx -y @leejpsd/nextjs-cache-handler-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nextjs-cache-handler-mcp]
command = "npx"
args = ["-y", "@leejpsd/nextjs-cache-handler-mcp"]
[mcp_servers.nextjs-cache-handler-mcp.env]
REDIS_URL = "<your REDIS_URL>"
DEPLOYMENT_VERSION = "<your DEPLOYMENT_VERSION>"
HASH_TAG = "<your HASH_TAG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<your REDIS_URL>",
"DEPLOYMENT_VERSION": "<your DEPLOYMENT_VERSION>",
"HASH_TAG": "<your HASH_TAG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<your REDIS_URL>",
"DEPLOYMENT_VERSION": "<your DEPLOYMENT_VERSION>",
"HASH_TAG": "<your HASH_TAG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nextjs-cache-handler-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<your REDIS_URL>",
"DEPLOYMENT_VERSION": "<your DEPLOYMENT_VERSION>",
"HASH_TAG": "<your HASH_TAG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<your REDIS_URL>",
"DEPLOYMENT_VERSION": "<your DEPLOYMENT_VERSION>",
"HASH_TAG": "<your HASH_TAG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<your REDIS_URL>",
"DEPLOYMENT_VERSION": "<your DEPLOYMENT_VERSION>",
"HASH_TAG": "<your HASH_TAG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.leejpsd%2Fnextjs-cache-handler-mcp)<a href="https://mcptoplist.com/server/io.github.leejpsd%2Fnextjs-cache-handler-mcp"><img src="https://mcptoplist.com/badge/io.github.leejpsd%2Fnextjs-cache-handler-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
leejpsd
Other servers by leejpsd
View all leejpsd servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Nextjs Cache Handler?
- Nextjs Cache Handler is maintained by leejpsd, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Nextjs Cache Handler listed on the Official MCP Registry?
- Yes — Nextjs Cache Handler is listed on the Official MCP Registry.
- How many versions does Nextjs Cache Handler have?
- MCP Toplist tracks 1 version of Nextjs Cache Handler, most recently published on Aug 2, 2026.
- Where can I find the source code for Nextjs Cache Handler?
- The source code for Nextjs Cache Handler is hosted at github.com/leejpsd/nextjs-cache-handler.