Aiven MCP server
Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant.
28 stars141 downloads/wk
Reviews
Write oneNobody has reviewed Aiven MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Aiven MCP tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan95 source files scanned25/25
- Live reliabilityremote reachable in 994ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityauth enforced (unknown)9/15
- Maintenancelast push 2 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
What the publisher says
From the Aiven MCP repository's README, as published. We do not edit it. Read it on GitHub
Aiven MCP Server
A Model Context Protocol (MCP) server for the Aiven cloud data platform.
Manage PostgreSQL, Apache Kafka, applications, and other Aiven services directly from AI assistants like Claude, Cursor, and VS Code Copilot.
[!WARNING]
Use with care. This MCP server can create, modify, and delete Aiven services and data on your behalf. AI agents may execute destructive actions (dropping databases, deleting services, producing messages) based on their interpretation of your prompts. You are fully responsible for the actions taken through this tool.
Permissions: Access is governed by the Aiven user permissions associated with the authenticated account. The MCP server can only perform actions that your Aiven user is allowed to do.
AI Agent Security: AI agents may need access credentials (database connection strings, streaming tokens) to act on your behalf. Review what your agent is doing, especially in production environments. Follow your organization's security policies and do a risk assessment before giving AI agents access to sensitive resources.
Quick Start
Option 1: Remote (hosted by Aiven)
The MCP server is hosted at https://mcp.aiven.live/mcp. Your MCP client will prompt you to authorize on Aiven.
Claude Code
claude mcp add --scope user --transport http aiven-mcp "https://mcp.aiven.live/mcp"Cursor
Or manually add to Cursor MCP settings:
{
"mcpServers": {
"aiven-mcp": {
"url": "https://mcp.aiven.live/mcp"
}
}
}VS Code / Copilot
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"aiven-mcp": {
"type": "http",
"url": "https://mcp.aiven.live/mcp"
}
}
}Read-Only Mode (Remote)
Enable read-only mode by adding ?read_only=true to the URL. All write operations will be excluded from the MCP:
{
"mcpServers": {
"aiven-mcp": {
"url": "https://mcp.aiven.live/mcp?read_only=true"
}
}
}Scoped Tools (Remote)
Reduce the tool surface exposed to your AI agent by adding ?services_scope= to the URL. Useful when you only work with a subset of Aiven services and want to keep the agent's context focused. Combine values with commas. core (project/service discovery) is always included implicitly.
Valid scopes: all, core, pg, kafka, application, integrations. Use all to explicitly load every tool (same as omitting the param). all cannot be combined with other scopes.
{
"mcpServers": {
"aiven-mcp": {
"url": "https://mcp.aiven.live/mcp?services_scope=kafka"
}
}
}You can also combine with read_only:
https://mcp.aiven.live/mcp?services_scope=pg&read_only=trueWrite Exceptions in Read-Only Mode (Remote)
When readonly=true, add ?writeallowlist= to re-enable specific write tools while keeping everything else read-only. Useful when you want mostly-read access but still need to allow one write action, for example creating Kafka topics. Combine multiple tool names with commas. Ignored when read_only is not enabled.
https://mcp.aiven.live/mcp?read_only=true&write_allowlist=aiven_kafka_topic_createMarketplace Customers (Remote)
If you subscribed to Aiven through a cloud marketplace, add your marketplace as a path segment so sign-in uses the correct console:
{
"mcpServers": {
"aiven-mcp": {
"url": "https://mcp.aiven.live/mcp/<marketplace>"
}
}
}Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets}Aiven MCP: common questions
- Is Aiven MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Aiven MCP safety report
- How do I install Aiven MCP?
- It runs remotely at mcp.aiven.live. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Aiven MCP need an API key?
- Yes. The registry entry asks for
AIVEN_TOKEN. - Is Aiven MCP maintained?
- The last commit was 3 days ago (2026-09-18). The latest release is v1.15.3.
- What can I use instead of Aiven MCP?
- Servers from other publishers that do the same job: Flux Cloud MCP server, AppCrane MCP server and Roxyon MCP server. Compare all Aiven MCP alternatives.
Alternatives to Aiven MCP
Same job from other publishers: the closest match first, then the best rated.
- Flux CloudDeploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.not reviewedGrowingA
- AppCraneDeploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.not reviewedGrowingB
- RoxyonBuild LumenJS apps, use the Roxyon BaaS, and deploy apps and web projects to Roxyon infrastructure.not reviewedGrowingA
- Boat HouseDeploy and share small apps with team login, persistent data, versioned updates and domains.not reviewedGrowingA
- Tiniest CloudDeploy web apps with sign-in, per-user storage, realtime and AI built in.not reviewedGrowingA