Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
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).
Run
npx -y @leejpsd/nextjs-cache-handler-mcp
MCP client config
{
"mcpServers": {
"nextjs-cache-handler": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
]
}
}
}