Aiven MCP
Rank #2,117io.aiven/mcp
Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant.
Aiven MCP is a Model Context Protocol (MCP) server published by aiven-open. It ranks #2,117 of 132,046 servers tracked on MCP Toplist, and its repository has 28 GitHub stars. Aiven MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 12 tracked versions. It was first listed on Mar 21, 2025 and most recently updated on Sep 22, 2026.
Ranks ahead of 129,929 of 132,046 servers on MCP Toplist.
Use Aiven MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http aiven https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}claude mcp add aiven -e "AIVEN_TOKEN=<your AIVEN_TOKEN>" -e "AIVEN_READ_ONLY=<your AIVEN_READ_ONLY>" -e "AIVEN_SERVICES_SCOPE=<your AIVEN_SERVICES_SCOPE>" -e "AIVEN_ALLOW_SECRETS=<your AIVEN_ALLOW_SECRETS>" -- npx -y mcp-aivenReplace each placeholder with your own value before saving.
[mcp_servers.aiven]
url = "https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}"Add to ~/.codex/config.toml.
[mcp_servers.aiven]
command = "npx"
args = ["-y", "mcp-aiven"]
[mcp_servers.aiven.env]
AIVEN_TOKEN = "<your AIVEN_TOKEN>"
AIVEN_READ_ONLY = "<your AIVEN_READ_ONLY>"
AIVEN_SERVICES_SCOPE = "<your AIVEN_SERVICES_SCOPE>"
AIVEN_ALLOW_SECRETS = "<your AIVEN_ALLOW_SECRETS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aiven": {
"command": "npx",
"args": [
"-y",
"mcp-aiven"
],
"env": {
"AIVEN_TOKEN": "<your AIVEN_TOKEN>",
"AIVEN_READ_ONLY": "<your AIVEN_READ_ONLY>",
"AIVEN_SERVICES_SCOPE": "<your AIVEN_SERVICES_SCOPE>",
"AIVEN_ALLOW_SECRETS": "<your AIVEN_ALLOW_SECRETS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiven": {
"url": "https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aiven": {
"command": "npx",
"args": [
"-y",
"mcp-aiven"
],
"env": {
"AIVEN_TOKEN": "<your AIVEN_TOKEN>",
"AIVEN_READ_ONLY": "<your AIVEN_READ_ONLY>",
"AIVEN_SERVICES_SCOPE": "<your AIVEN_SERVICES_SCOPE>",
"AIVEN_ALLOW_SECRETS": "<your AIVEN_ALLOW_SECRETS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aiven": {
"type": "http",
"url": "https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aiven": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-aiven"
],
"env": {
"AIVEN_TOKEN": "<your AIVEN_TOKEN>",
"AIVEN_READ_ONLY": "<your AIVEN_READ_ONLY>",
"AIVEN_SERVICES_SCOPE": "<your AIVEN_SERVICES_SCOPE>",
"AIVEN_ALLOW_SECRETS": "<your AIVEN_ALLOW_SECRETS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiven": {
"serverUrl": "https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aiven": {
"command": "npx",
"args": [
"-y",
"mcp-aiven"
],
"env": {
"AIVEN_TOKEN": "<your AIVEN_TOKEN>",
"AIVEN_READ_ONLY": "<your AIVEN_READ_ONLY>",
"AIVEN_SERVICES_SCOPE": "<your AIVEN_SERVICES_SCOPE>",
"AIVEN_ALLOW_SECRETS": "<your AIVEN_ALLOW_SECRETS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiven": {
"url": "https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}"
}
}
}{
"mcpServers": {
"aiven": {
"command": "npx",
"args": [
"-y",
"mcp-aiven"
],
"env": {
"AIVEN_TOKEN": "<your AIVEN_TOKEN>",
"AIVEN_READ_ONLY": "<your AIVEN_READ_ONLY>",
"AIVEN_SERVICES_SCOPE": "<your AIVEN_SERVICES_SCOPE>",
"AIVEN_ALLOW_SECRETS": "<your AIVEN_ALLOW_SECRETS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.aiven%2Fmcp)<a href="https://mcptoplist.com/server/io.aiven%2Fmcp"><img src="https://mcptoplist.com/badge/io.aiven%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
aiven-open
Available versions (12)
| Version | Published |
|---|---|
| 1.16.0 | Sep 22, 2026 |
| 1.15.3 | Aug 30, 2026 |
| 1.15.2 | Aug 9, 2026 |
| 1.15.1 | Aug 4, 2026 |
| 1.15.0 | Jul 23, 2026 |
| 1.14.6 | Jul 22, 2026 |
| 1.14.5 | Jul 20, 2026 |
| 1.14.4 | Jul 19, 2026 |
| 1.14.3 | Jul 14, 2026 |
| 1.14.2 | Jul 9, 2026 |
| 1.13.0 | Jun 26, 2026 |
| 1.12.0 | Jun 25, 2026 |
Frequently asked questions
- Who maintains Aiven MCP?
- Aiven MCP is maintained by aiven-open, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Aiven MCP listed on the Official MCP Registry?
- Yes — Aiven MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Aiven MCP have?
- MCP Toplist tracks 12 versions of Aiven MCP, most recently published on Sep 22, 2026.
- Where can I find the source code for Aiven MCP?
- The source code for Aiven MCP is hosted at github.com/aiven-open/mcp-aiven.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.