Home › Databases & Data › Aiven MCP
Aiven MCP
Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant.
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_TOKENrequired secret — Aiven API token (create one at https://console.aiven.io/profile/tokens)AIVEN_READ_ONLY— Set to true to expose only read-only toolsAIVEN_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
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry