Server Directory
DatabaseIntermediate Official

Redis

by Redis Inc.

GitHub
2.4k

Official Redis MCP server providing natural language interface for managing and searching Redis data. Supports hashes, lists, sets, sorted sets, streams with EntraID authentication.

CAPABILITIES

  • Natural language Redis queries
  • Hash, list, set, sorted set operations
  • Redis Streams support
  • EntraID authentication
  • Search and JSON support
  • Connection pooling

INSTALLATION

Terminal
npx -y @redis/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@redis/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Intermediate
Maintained By
Redis Inc.
NPM Package
@redis/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →