About
Overview
The Upstash MCP Server connects AI agents to Upstash's serverless data platform. It provides tools for Redis operations (caching, rate limiting, session management) and Kafka operations (producing and consuming messages). Built for edge computing and serverless architectures with pay-per-request pricing.
Capabilities
Tools & Capabilities
⚡redis_get
Get a value from Upstash Redis
⚡redis_set
Set a key-value pair in Upstash Redis
⚡redis_del
Delete a key from Redis
⚡kafka_produce
Produce a message to a Kafka topic
⚡kafka_consume
Consume messages from a Kafka topic
⚡list_databases
List all Upstash databases
Setup
Installation
bash
Install
npx -y @upstash/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": ["-y", "@upstash/mcp-server"],
"env": {
"UPSTASH_EMAIL": "your-email",
"UPSTASH_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorupstash
LanguageTypeScript
StatusStable
Stars★ 140
Last UpdatedFeb 12, 2026