LogoSTMCP
Download
mcp-aiven

Aiven MCP Server

A Model Context Protocol (MCP) server for Aiven that provides LLMs access to Aiven's PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch services, enabling full-stack solution building for various use cases.

Tools

1. list_projects

List all projects on your Aiven account.

2. list_services

List all services in a specific Aiven project.

3. get_service_details

Get the detail of your service in a specific Aiven project.

Open Graph image for Aiven MCP Server

JSON Config

{
  "mcpServers": {
    "mcp-aiven": {
      "command": "uv",
      "args": [
        "--directory",
        "$REPOSITORY_DIRECTORY",
        "run",
        "--with-editable",
        "$REPOSITORY_DIRECTORY",
        "--python",
        "3.13",
        "mcp-aiven"
      ],
      "env": {
        "AIVEN_BASE_URL": "https://api.aiven.io",
        "AIVEN_TOKEN": "$AIVEN_TOKEN"
      }
    }
  }
}

Useful Links

Information