Skip to content
MCP Server Community By @modelcontextprotocol

Redis

Interact with Redis key-value stores.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: Redis Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-redis

Detailed Documentation

Interact with Redis key-value stores.

Configuration

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