Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. MCP Redis Cloud
MCP Redis Cloud logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:31:32 PM

MCP Redis Cloud

User RatingsBe the first to rate and review this MCP server!
View Repository41 GitHub StarsTotal stargazers on GitHub for the source repository (41 stars).
redisclouddatabasesdeveloper-tools

Manage Redis Cloud accounts, subscriptions, databases, plans, regions, and tasks through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "redis-mcp-redis-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

redis/mcp-redis-cloud MCP server exposes Redis Cloud API operations to MCP clients such as Claude Desktop and Cursor. It uses Redis Cloud API credentials to let agents inspect accounts, subscriptions, plans, regions, modules, and task status, as well as create or delete supported subscriptions. Long-running operations return task IDs that can be queried for progress, while paginated endpoints may require multiple calls. Reach for it when an agent needs to administer Redis Cloud resources or answer questions about available deployment options.

Use cases

•Inspect Redis Cloud account and payment details
•Create Redis Cloud Pro or Essential subscriptions
•Compare cloud regions and available subscription plans
•Monitor deployment and subscription-change tasks

Key features

•Account and payment method lookup
•Pro and Essential subscription management
•Cloud region and plan discovery
•Database module and capability lookup
•Task status monitoring
•Pagination support for list operations

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Redis Cloud.

Extracted Tool Capabilities
Account and payment method lookup
Pro and Essential subscription management
Cloud region and plan discovery
Database module and capability lookup
Task status monitoring
Pagination support for list operations

How MCP Redis Cloud works

What redis/mcp-redis-cloud MCP server does

redis/mcp-redis-cloud MCP server connects an MCP-compatible client to the Redis Cloud API. It gives an agent tools for inspecting account information, payment methods, subscriptions, database capabilities, cloud regions, plans, and account tasks. It also supports creating Pro and Essential subscriptions, deleting Essential subscriptions, and retrieving details for a specific Essential subscription.

The available operations cover both read and write workflows. An agent can use the server to review current Redis Cloud resources, compare available plans and regions, submit subscription changes, and check the progress of asynchronous work. The server does not provide a general Redis data-access interface; the documented scope is Redis Cloud account and deployment management.

How it works

An MCP client invokes the exposed tools in response to a natural-language request. The server authenticates those API calls with a Redis Cloud API key and secret key supplied through environment variables. For example, a request to create a subscription can result in a task ID rather than an immediately completed deployment. The agent can then use the task tools to inspect status, progress, and subscription-change activity.

Some list operations are paginated. Retrieving a complete set of Essential subscriptions, plans, or other supported results may therefore require more than one tool call. The server includes a generated Redis Cloud API client in its source tree, with an entry point under the built dist directory.

Setup and configuration

The repository is a Node project. Its documented development setup uses Node v22.14.0, npm 10.9.2, and nvm. Install the project dependencies with npm, then run the build script before starting the server. The resulting entry point is dist/index.js.

For Claude Desktop or Cursor, configure a local MCP server that runs Node with the --experimental-fetch option and points to the built entry point. Set these environment variables in the client configuration:

  • API_KEY: Redis Cloud API key.
  • SECRET_KEY: Redis Cloud API secret key.

Docker is also documented as an option. Build the image with the repository's Dockerfile and run it interactively with the same two environment variables. The container image name shown in the documentation is mcp/redis-cloud.

Tools and capabilities

redis/mcp-redis-cloud MCP server documents tools for:

  • Reading the current Redis Cloud account and configured payment methods.
  • Listing Pro subscriptions and paginated Essential subscriptions.
  • Inspecting an Essential subscription by ID.
  • Creating Pro subscriptions with options for multi-cloud deployment, memory, persistence, modules, Active-Active deployment, and custom networking.
  • Creating or deleting Essential subscriptions.
  • Listing database modules, features, and performance options available to the account.
  • Finding Pro regions across AWS and GCP, including networking and availability-zone information.
  • Listing Essential plans across AWS, GCP, and Azure, including Redis Flex and fixed plans.
  • Listing tasks and retrieving an individual task's deployment or change status.

Limitations and notes

A valid Redis Cloud API key and secret key are required. The documented examples target Claude Desktop and Cursor, although the README describes the server as usable with any MCP client. Long-running changes must be monitored through returned task IDs, and paginated responses are not necessarily complete after one request. The provided material does not specify a license, Redis Cloud pricing details, or support for other MCP clients.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    ☁️ Cloud Platforms3 views
    Compare vs MCP Server Docker →
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    ☁️ Cloud Platforms3 views
    Compare vs Docker MCP →
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    ☁️ Cloud Platforms2 views
    Compare vs Hub MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
41
Stargazers on the source repository.
npm downloads
906k
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Redis Cloud

Clone the repository, install its npm dependencies, and run `npm run build`. Configure the built `dist/index.js` entry point in an MCP client with `API_KEY` and `SECRET_KEY`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Redis Cloud AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/redis-mcp-redis-cloud?style=directory)](https://allmcps.com/mcp/redis-mcp-redis-cloud)
HTML Embed
<a href="https://allmcps.com/mcp/redis-mcp-redis-cloud"><img src="https://allmcps.com/api/badge/redis-mcp-redis-cloud?style=directory" alt="MCP Redis Cloud on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop, Cursor
Last updatedSep 2, 2026
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars41
GitHub Star CountTotal stargazers on GitHub representing community popularity (41 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 5, 2025
npm downloads906,795/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
48Quality signal: Fair · 48/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools23/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage — this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 15d ago via OSV.dev · @modelcontextprotocol/inspector (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to MCP Redis Cloud →Install in Claude DesktopInstall in CursorInstall in VS Code