Skip to content

Redis Cloud

Free

by MCP Community

MCP Server for interacting with Redis Cloud API

v1.0.0Added Apr 12, 2026
mcpmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Redis Cloud MCP Server

MCP Server for interacting with Redis Cloud API

Installation

Reviews

Leave a Review

Installation

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