Databases

Redis MCP

In-memory data store with key-value operations. Lightning fast for caching, sessions, and real-time data. Requires a running Redis server.

0% Pass ❌Free to Test 🆓Tested 📅
0% (0/5 tasks)
README badge
MCP Select Redis MCP benchmark badge
[![MCP Select](https://mcpselect.com/badges/redis-mcp.svg)](https://mcpselect.com/servers/redis-mcp/)

Benchmark results

Pass Rate
0%(5 tasks)
0% (0/5 tasks)
Speed11039ms p5011.0s p50
Tested OnJun 8, 20266 tools found
MetricValue
Tools discovered6 tools found
ScopeLocal only
PricingFree
Auth requirementNone. Free to test
VerdictUnder evaluation. All tasks failed

Install config

Claude Desktop (macOS)
{"mcpServers": {"redis": {"command": "npx", "args": ["-y", "mcp-redis@latest"]}}}
Cursor
{"mcpServers": {"redis": {"command": "npx", "args": ["-y", "mcp-redis@latest"]}}}
VS Code
// .vscode/mcp.json
{
  "servers": {
    "redis": {
      "command": "npx",
      "args": ["-y", "mcp-redis@latest"]
    }
  }
}

Pros

  • +Package installs successfully

Cons

  • Some tasks failed testing

Best for

Caching, session storage, real-time leaderboards, message queuing

Related servers in Databases

Frequently asked questions

How do I install Redis MCP?

Copy the config above into your AI assistant's MCP settings file:

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor: Settings → MCP → Add Server
  • VS Code: .vscode/mcp.json
Does it require an API key?

No. Redis MCP is free to test. No API key or signup required. We tested it independently.

How were these results measured?

We run each server through a standardized test harness that:

  1. Installs the server via npx in a fresh environment
  2. Discovers available tools using the MCP SDK
  3. Executes real tasks (navigate, click, screenshot, etc.)
  4. Validates outputs with semantic assertions (not string matching)
  5. Measures latency percentiles and pass rate

All test scripts are open source on GitHub.

Related categories