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)View on GitHubby itapi
Benchmark results
Pass Rate0% (0/5 tasks)
0%(5 tasks)
Speed11039ms p5011.0s p50
Tested OnJun 8, 20266 tools found
| Metric | Value |
|---|---|
| Tools discovered | 6 tools found |
| Scope | Local only |
| Pricing | Free |
| Auth requirement | None. Free to test |
| Verdict | Under 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:
- Installs the server via
npxin a fresh environment - Discovers available tools using the MCP SDK
- Executes real tasks (navigate, click, screenshot, etc.)
- Validates outputs with semantic assertions (not string matching)
- Measures latency percentiles and pass rate
All test scripts are open source on GitHub.