Redis MCP server
Read and write a Redis store from the assistant. Connects an assistant to Redis for key-value and cache operations, so it can inspect or update state during a task.
DatabasesMaintained by
CommunityProtocol
Model Context ProtocolSource
redis/mcp-redis
Installing Redis
Runs on demand via npx. Nothing to install globally.
The upstream reference server is archived. It still installs and runs, but is no longer maintained. Note the npm package `mcp-server-redis` is an unrelated squatted name, use the scoped package above.
claude mcp add redis -- npx -y @modelcontextprotocol/server-redis
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-redis"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
What it does
Connects an assistant to Redis for key-value and cache operations, so it can inspect or update state during a task.
Like any MCP server, Redis plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.
Related Databases MCP servers
- PostgreSQLQuery a Postgres database in natural language.
- SupabaseManage your Supabase project from the assistant.
- ChromaStore and semantically search embeddings.
- MindsDBQuery many databases as one, in natural language.
- MongoDBQuery and manage MongoDB from the assistant.
- NeonManage serverless Postgres with natural language.