mcpbeat Sign in

Redis MCP Server

local only

Redis MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 8 Jul 2026.

Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.

Installs per day peak 13 · avg 8 · +52% w/w
a month agotoday
56
Installs / week
npm · @upstash/redis-mcp
0
Stars
1 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Redis MCP 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 redis-mcp -- npx -y @upstash/redis-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "redis-mcp": {
      "args": [
        "-y",
        "@upstash/redis-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.redis-mcp]
command = "npx"
args = ["-y", "@upstash/redis-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "redis-mcp": {
      "args": [
        "-y",
        "@upstash/redis-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "redis-mcp": {
      "args": [
        "-y",
        "@upstash/redis-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UPSTASH_REDIS_REST_URL (Upstash Redis REST URL (HTTP transport).), UPSTASH_REDIS_REST_TOKEN (Upstash Redis REST token (HTTP transport).), UPSTASH_REDIS_TCP_URL (Upstash Redis rediss:// connection string (TCP transport).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Redis MCP

same job, measured the same way
Customdomain
by customdomain

Custom domains for SaaS and AI agents: search, register, connect DNS, and issue HTTPS over MCP.

answering
NDI-MCP-Server
by creintel

Commercial real estate deal search, comp lookup, and scoring for the Northeast US

125 installs/wk local only
Zillow MCP Server
by afanasenkoa

Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.

answering
MCP Server Commands
by bytedance

An MCP server to run arbitrary commands

392 installs/wk local only
Domains
by pipeworx-io

Domains MCP — domain registration lookup + availability search over live

40 tools answering
Kuickr
by kuickr

Host an agent's pages at clean, permanent URLs. Publish, organize, edit, search and re-find docs.

answering
Ctx
by vanshulgoyal101

Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.

6 tools answering
Chertov & Vorobyov physics problem solutions
by org-chertov

Read-only search and lookup over the Chertov & Vorobyov physics problem solutions (chertov.org.ua).

5 tools answering

Redis MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Redis MCP?
Redis MCP 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/redis-mcp was installed 56 times last week.
How do I connect Redis MCP?
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/redis-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Redis MCP?
The npm package @upstash/redis-mcp was installed 56 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Redis MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.