node-redis (MCP Server)

GitHub

Redis Node.js client

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "node-redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-node-redis"
      ]
    }
  }
}