Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
Upstash RedisMCP Server
Summary
Run Redis commands against Upstash's serverless Redis over HTTP, with documentation search built in.
Features
- Run Redis commands over HTTP against Upstash
- Search Upstash documentation from the same server
- Works from serverless and edge environments
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Upstash's MCP server connects an assistant to a serverless Redis database over HTTP, which means it works from environments where a persistent TCP connection is not possible.
What it provides
- Redis command execution across the standard data types — strings, hashes, lists, sets, sorted sets — through Upstash's REST API
- Key inspection for exploring what is actually stored, which is the usual reason to open a Redis client in the first place
- Documentation search over Upstash's docs, so an assistant writing Upstash code works from current reference material
Why HTTP-based Redis matters here
Upstash exposes Redis over HTTP specifically so it can be used from serverless functions and edge runtimes. That same property makes it straightforward to reach from an MCP server without connection pooling or network access to a private VPC.
Typical uses
Debugging cache contents, checking rate-limit counters, inspecting session data, and clearing specific keys during development — all without leaving the assistant or opening a console.
Setup
Requires the REST URL and token from your Upstash database. Runs with npx -y @upstash/redis-mcp.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
