Skip to content
Claude Desktop

Redis MCP Server for Claude Desktop

io.github.redis/mcp-redis

Natural language interface designed for agentic applications to manage and search data in Redis.

client:Claude Desktop transport:stdio runtime:pypi

Install Redis MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-redis": {
      "command": "uvx",
      "args": [
        "redis-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Redis MCP Server in other clients