Cloud & Infrastructure
Aiven MCP
Aiven MCP integrates with the Aiven cloud data platform. Navigate projects, interact with PostgreSQL, Apache Kafka, ClickHouse, and OpenSearch services. Query databases, manage topics, inspect cluster health, and configure services through conversational commands.
Stars
580
Installs
11.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 580 · catalog
- Freshness: Updated 2026-01-17
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: AIVEN_TOKEN
- · Python 3 + pip
Reference command
{
"mcpServers": {
"aiven": {
"command": "python",
"args": ["-m", "mcp_aiven"],
"env": {
"AIVEN_TOKEN": "<your-api-token>"
}
}
}
}