Back to MCP Servers

Aiven

🐍 ☁️ 🎖️ - Navigate your [Aiven projects](https://go.aiven.io/mcp-server) and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services

databasesgopostgresai

Installation

npx -y mcp-aiven

Configuration

{
  "mcpServers": {
    "mcp-aiven": {
      "command": "npx",
      "args": ["-y", "mcp-aiven"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub