nextjs cache handler mcp for Claude Desktop
io.github.leejpsd/nextjs-cache-handler-mcp
Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
client:Claude Desktop
transport:stdio
runtime:npm
Install nextjs cache handler mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "<REDIS_URL>",
"DEPLOYMENT_VERSION": "<DEPLOYMENT_VERSION>",
"HASH_TAG": "<HASH_TAG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs