Manage Redis Cloud accounts, subscriptions, databases, plans, regions, and tasks through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
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.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Redis Cloud.
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.
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.
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.
redis/mcp-redis-cloud MCP server documents tools for:
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.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/redis-mcp-redis-cloud)<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>