Upstash Redis MCP
Rank #33,328io.github.upstash/redis-mcp
Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.
Upstash Redis MCP is a Model Context Protocol (MCP) server published by upstash. It ranks #33,328 of 115,460 servers tracked on MCP Toplist. Upstash Redis MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 8, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 82,132 of 115,460 servers on MCP Toplist.
Use Upstash Redis MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add redis-mcp -e "UPSTASH_REDIS_REST_URL=<your UPSTASH_REDIS_REST_URL>" -e "UPSTASH_REDIS_REST_TOKEN=<your UPSTASH_REDIS_REST_TOKEN>" -e "UPSTASH_REDIS_TCP_URL=<your UPSTASH_REDIS_TCP_URL>" -- npx -y @upstash/redis-mcpReplace each placeholder with your own value before saving.
[mcp_servers.redis-mcp]
command = "npx"
args = ["-y", "@upstash/redis-mcp"]
[mcp_servers.redis-mcp.env]
UPSTASH_REDIS_REST_URL = "<your UPSTASH_REDIS_REST_URL>"
UPSTASH_REDIS_REST_TOKEN = "<your UPSTASH_REDIS_REST_TOKEN>"
UPSTASH_REDIS_TCP_URL = "<your UPSTASH_REDIS_TCP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redis-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/redis-mcp"
],
"env": {
"UPSTASH_REDIS_REST_URL": "<your UPSTASH_REDIS_REST_URL>",
"UPSTASH_REDIS_REST_TOKEN": "<your UPSTASH_REDIS_REST_TOKEN>",
"UPSTASH_REDIS_TCP_URL": "<your UPSTASH_REDIS_TCP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redis-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/redis-mcp"
],
"env": {
"UPSTASH_REDIS_REST_URL": "<your UPSTASH_REDIS_REST_URL>",
"UPSTASH_REDIS_REST_TOKEN": "<your UPSTASH_REDIS_REST_TOKEN>",
"UPSTASH_REDIS_TCP_URL": "<your UPSTASH_REDIS_TCP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"redis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/redis-mcp"
],
"env": {
"UPSTASH_REDIS_REST_URL": "<your UPSTASH_REDIS_REST_URL>",
"UPSTASH_REDIS_REST_TOKEN": "<your UPSTASH_REDIS_REST_TOKEN>",
"UPSTASH_REDIS_TCP_URL": "<your UPSTASH_REDIS_TCP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redis-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/redis-mcp"
],
"env": {
"UPSTASH_REDIS_REST_URL": "<your UPSTASH_REDIS_REST_URL>",
"UPSTASH_REDIS_REST_TOKEN": "<your UPSTASH_REDIS_REST_TOKEN>",
"UPSTASH_REDIS_TCP_URL": "<your UPSTASH_REDIS_TCP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redis-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/redis-mcp"
],
"env": {
"UPSTASH_REDIS_REST_URL": "<your UPSTASH_REDIS_REST_URL>",
"UPSTASH_REDIS_REST_TOKEN": "<your UPSTASH_REDIS_REST_TOKEN>",
"UPSTASH_REDIS_TCP_URL": "<your UPSTASH_REDIS_TCP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.upstash%2Fredis-mcp)<a href="https://mcptoplist.com/server/io.github.upstash%2Fredis-mcp"><img src="https://mcptoplist.com/badge/io.github.upstash%2Fredis-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
upstash
Other servers by upstash
View all upstash servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Upstash Redis MCP?
- Upstash Redis MCP is maintained by upstash, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Upstash Redis MCP listed on the Official MCP Registry?
- Yes — Upstash Redis MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Upstash Redis MCP have?
- MCP Toplist tracks 1 version of Upstash Redis MCP, most recently published on Jul 8, 2026.
- Where can I find the source code for Upstash Redis MCP?
- The source code for Upstash Redis MCP is hosted at github.com/upstash/redis-mcp.