Redis MCP Server
Rank #14,740io.github.redis/mcp-redis
Natural language interface designed for agentic applications to manage and search data in Redis.
Redis MCP Server is a Model Context Protocol (MCP) server. It ranks #14,740 of 132,046 servers tracked on MCP Toplist. Redis MCP Server is listed on Official MCP, with 6 tracked versions. It was first listed on Nov 7, 2025 and most recently updated on Aug 5, 2026.
Ranks ahead of 117,306 of 132,046 servers on MCP Toplist.
Use Redis MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-redis -- uvx redis-mcp-serverclaude mcp add mcp-redis -- docker run -i --rm docker.io/mcp/redis:latest[mcp_servers.mcp-redis]
command = "uvx"
args = ["redis-mcp-server"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-redis]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/mcp/redis:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-redis": {
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mcp/redis:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-redis": {
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mcp/redis:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-redis": {
"type": "stdio",
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-redis": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mcp/redis:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-redis": {
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mcp/redis:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-redis": {
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}{
"mcpServers": {
"mcp-redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mcp/redis:latest"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.redis%2Fmcp-redis)<a href="https://mcptoplist.com/server/io.github.redis%2Fmcp-redis"><img src="https://mcptoplist.com/badge/io.github.redis%2Fmcp-redis.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Available versions (6)
| Version | Published |
|---|---|
| 0.5.1 | Aug 5, 2026 |
| 0.5.0 | Mar 16, 2026 |
| 0.4.1 | Nov 26, 2025 |
| 0.4.0 | Nov 25, 2025 |
| 0.3.6 | Nov 7, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Is Redis MCP Server listed on the Official MCP Registry?
- Yes — Redis MCP Server is listed on the Official MCP Registry.
- How many versions does Redis MCP Server have?
- MCP Toplist tracks 6 versions of Redis MCP Server, most recently published on Aug 5, 2026.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.