HomeDatabases & Data › Aiven MCP

Aiven MCP

Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant.

Official Python Cloud Remote
★ 28 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}

Claude Code:

claude mcp add --transport http mcp-aiven https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-aiven": {
      "url": "https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}"
    }
  }
}

Package (npm 1.16.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-aiven": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "AIVEN_TOKEN": "<YOUR_VALUE>",
        "AIVEN_READ_ONLY": "<YOUR_VALUE>",
        "AIVEN_SERVICES_SCOPE": "<YOUR_VALUE>",
        "AIVEN_ALLOW_SECRETS": "<YOUR_VALUE>"
      }
    }
  }
}
  • AIVEN_TOKEN required secret — Aiven API token (create one at https://console.aiven.io/profile/tokens)
  • AIVEN_READ_ONLY — Set to true to expose only read-only tools
  • AIVEN_SERVICES_SCOPE — Comma-separated scopes to expose (e.g. pg, kafka, pg,kafka, or all). Valid: all, core, pg, kafka, application, integrations.
  • AIVEN_ALLOW_SECRETS — Set to true to let the connection-info tool return live credentials instead of [REDACTED].

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry