McpMux
Back to Registry

Upstash (npx) MCP Server

Community

Contributed 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

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"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

upstashredisserverlessdatabasecachecloud

Supported AI Clients

The Upstash (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

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.