Best for
- AI agents that need to interact with Redis
- Applications that need natural language management of Redis data
- Development workflows using MCP clients like Claude Desktop
This is the official Redis MCP server, feature-rich, supports multiple data structures and vector search, easy integration, but there are risks of data mishandling and credential leakage.
The Redis MCP Server is the official MCP server from Redis, providing a natural language interface for agentic applications to manage and search data in Redis efficiently. It supports various Redis data structures (strings, hashes, lists, sets, sorted sets, streams, JSON), and offers documentation search and vector search tools. It can be installed via PyPI or Docker, configured via command-line arguments or environment variables, and supports EntraID authentication.
pip install redis-mcp-server.uvx --from redis-mcp-server@latest redis-mcp-server --url redis://localhost:6379/0.{
"mcpServers": {
"RedisMCPServer": {
"command": "uvx",
"args": [
"--from", "redis-mcp-server@latest",
"redis-mcp-server",
"--url", "redis://localhost:6379/0"
]
}
}
}