Loading...

Aiven MCP server provides access to Aiven services like PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch, enabling LLMs to build full-stack solutions.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Aiven MCP server provides access to Aiven services like PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch, enabling LLMs to build full-stack solutions.
This MCP server's safety depends heavily on the Aiven API token's permissions. It's safe if the token is read-only and narrowly scoped. It's risky if the token has broad write or delete permissions across Aiven services.
Performance is limited by the Aiven API and the user's network connection. Large requests may take longer to process.
Cost is primarily determined by Aiven API usage. Be mindful of the number of API calls made by AI Agents to avoid unexpected charges.
{
"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"
}
}
}
}AIVEN_BASE_URLAIVEN_TOKENlist_projectsLists all projects associated with your Aiven account.
Read-only operation, no modification of resources.
list_servicesLists all services within a specified Aiven project.
Read-only operation, no modification of resources.
get_service_detailsRetrieves detailed information about a specific service within an Aiven project.
Read-only operation, no modification of resources.
API Key
cloud
This MCP server's safety depends heavily on the Aiven API token's permissions. It's safe if the token is read-only and narrowly scoped. It's risky if the token has broad write or delete permissions across Aiven services.
Autonomy is governed by the permissions associated with the Aiven API token. Exercise caution when granting broad permissions to AI Agents.
Production Tip
Monitor the API token usage and set up alerts for unusual activity to detect potential security breaches.
You can access Aiven for PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch.
You authenticate using an Aiven API token.
You can create an API token in the Aiven console: [https://aiven.io/docs/platform/howto/create_authentication_token](https://aiven.io/docs/platform/howto/create_authentication_token).
The API token needs permissions for the specific Aiven services and actions you want to perform. Follow the principle of least privilege.
No, the Aiven MCP server is self-managed and runs in your environment.
You are responsible for the MCP's security, operation, and compliance.
You are responsible for updating the MCP server by pulling the latest changes from the repository.