Skip to content

Redis

Free

by MCP Community

Redis plugin for MCP server

v0.2.10Added Apr 12, 2026
mcppluginredis
Works with:ClaudeGPTGeminiCopilot

Redis MCP Server

Redis plugin for MCP server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @nam088/mcp-redis
Add to claude_desktop_config.json
{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": ["-y", "@nam088/mcp-redis"]
    }
  }
}