Upstash (npx) MCP Server
CommunityContributed by Upstash
Create and manage Upstash Redis databases. List databases, create backups, view usage stats, and manage credentials.
About the Upstash (npx) MCP Server
The Upstash (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Create and manage Upstash Redis databases. List databases, create backups, view usage stats, and manage credentials. This is a community-contributed MCP server by Upstash.
Install the Upstash (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server@latest",
"--email",
"${input:UPSTASH_EMAIL}",
"--api-key",
"${input:UPSTASH_API_KEY}"
],
"metadata": {
"inputs": [
{
"id": "UPSTASH_EMAIL",
"label": "Upstash Email",
"description": "Email address associated with your Upstash account.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "[email protected]",
"obtain": {
"url": "https://console.upstash.com",
"instructions": "Use the email address you registered with at console.upstash.com",
"button_label": "Open Console"
}
},
{
"id": "UPSTASH_API_KEY",
"label": "Upstash API Key",
"description": "Developer API key for the Upstash management API.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"obtain": {
"url": "https://console.upstash.com/account/api",
"instructions": "1. Go to console.upstash.com/account/api\n2. Copy your Management API key",
"button_label": "Get API Key"
}
}
]
}
}Supported AI Clients
The Upstash (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Install Upstash (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.