Upstash MCP Server
Rank #2,435io.github.upstash/mcp-server
Manage Upstash databases and resources through the Upstash Developer API.
Upstash MCP Server is a Model Context Protocol (MCP) server published by upstash. It ranks #2,435 of 115,460 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. Upstash MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Dec 17, 2024 and most recently updated on Aug 13, 2026.
Ranks ahead of 113,025 of 115,460 servers on MCP Toplist.
Use Upstash MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add upstash -e "UPSTASH_EMAIL=<your UPSTASH_EMAIL>" -e "UPSTASH_API_KEY=<your UPSTASH_API_KEY>" -e "UPSTASH_BOX_API_KEY=<your UPSTASH_BOX_API_KEY>" -- npx -y @upstash/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.upstash]
command = "npx"
args = ["-y", "@upstash/mcp-server"]
[mcp_servers.upstash.env]
UPSTASH_EMAIL = "<your UPSTASH_EMAIL>"
UPSTASH_API_KEY = "<your UPSTASH_API_KEY>"
UPSTASH_BOX_API_KEY = "<your UPSTASH_BOX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "<your UPSTASH_EMAIL>",
"UPSTASH_API_KEY": "<your UPSTASH_API_KEY>",
"UPSTASH_BOX_API_KEY": "<your UPSTASH_BOX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "<your UPSTASH_EMAIL>",
"UPSTASH_API_KEY": "<your UPSTASH_API_KEY>",
"UPSTASH_BOX_API_KEY": "<your UPSTASH_BOX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"upstash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "<your UPSTASH_EMAIL>",
"UPSTASH_API_KEY": "<your UPSTASH_API_KEY>",
"UPSTASH_BOX_API_KEY": "<your UPSTASH_BOX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "<your UPSTASH_EMAIL>",
"UPSTASH_API_KEY": "<your UPSTASH_API_KEY>",
"UPSTASH_BOX_API_KEY": "<your UPSTASH_BOX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "<your UPSTASH_EMAIL>",
"UPSTASH_API_KEY": "<your UPSTASH_API_KEY>",
"UPSTASH_BOX_API_KEY": "<your UPSTASH_BOX_API_KEY>"
}
}
}
}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%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.upstash%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.upstash%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
upstash
Other servers by upstash
View all upstash servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.7 | Aug 13, 2026 |
Frequently asked questions
- Who maintains Upstash MCP Server?
- Upstash MCP Server is maintained by upstash, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Upstash MCP Server listed on the Official MCP Registry?
- Yes — Upstash MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Upstash MCP Server have?
- MCP Toplist tracks 1 version of Upstash MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for Upstash MCP Server?
- The source code for Upstash MCP Server is hosted at github.com/upstash/mcp-server-upstash.