mcpbeat Sign in

Upstash MCP Server

local only

Upstash runs on your own machine — the client starts it, so there is no endpoint to ping. 3 005 installs a week from npm. Last commit 1 Sep 2026.

Manage Upstash databases and resources through the Upstash Developer API.

Installs per day peak 1 164 · avg 421 · +394% w/w
a month agotoday
3 005
Installs / week
npm · @upstash/mcp-server
59
Stars
2 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Upstash every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @upstash/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@upstash/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@upstash/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@upstash/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@upstash/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UPSTASH_EMAIL (Email address of your Upstash account.), UPSTASH_API_KEY (Upstash Developer API key (create one at https://console.upstash.com/account/api).), UPSTASH_BOX_API_KEY (Upstash Box API key for Box-related tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Upstash

same job, measured the same way
Notion
by mcparmory

Create, update, and manage pages, databases, and workspace users

250 installs/wk local only
Ink MCP
by ml

Deploy and manage applications, databases, domains, and git repos

answering
Awesome Coolify
by clezcoding

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

79 installs/wk local only
TypeDB
by typedb

Execute TypeQL queries and manage databases and users on a TypeDB server.

local only
Dokploy MCP Server
by sapientsai

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

110 installs/wk local only
Dokploy MCP Server
by jordanburke

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

local only
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering
Schema
by schemalabs

The AI that understands raw data: Schema over your tables and databases, as MCP tools.

answering

Upstash — questions

Answers built from our own checks of this server.

Why is there no uptime for Upstash?
Upstash runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @upstash/mcp-server was installed 3 005 times last week.
How do I connect Upstash?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @upstash/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Upstash?
The npm package @upstash/mcp-server was installed 3 005 times in the last week. Week over week that is +394%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Upstash open source?
Yes — it is published under the MIT licence, written in TypeScript, 59 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.