Aiven
About
Provides direct access to Aiven's cloud database and messaging services, enabling management of PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch infrastructure through the Aiven API.
Details
- Author
- aiven-open
- Repository
- Aiven-Open/mcp-aiven
- GitHub stars
- 5
- Downloads
- 734
- License
- Apache License 2.0
- Transport
- SSE
- Categories
- Cloud Service, Infrastructure, Database, Other, Developer Tools, AI, Design, Search, Project Management, API
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AivenCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
mcp-aiven
Environment-
AIVEN_TOKEN
your-token-here
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"aiven": {
"type": "http",
"url": "https://mcp.aiven.live/mcp"
}
}
}
aiven_project_list
List projects.
aiven_project_get
Get project details.
aiven_list_project_clouds
List cloud platforms for a project.
aiven_project_vpc_list
List VPCs for a project.
aiven_service_list
List services.
aiven_service_type_plans
List plans with cloud availability.
aiven_service_plan_pricing
Get pricing for a plan in a specific cloud.
aiven_service_create
Create a service.
aiven_service_get
Get service information.
aiven_service_update
Update a service (plan, config, power state).
aiven_service_metrics_fetch
Fetch metrics for managed data services.
aiven_service_application_metrics_get
Fetch metrics for application services.
aiven_project_get_service_logs
Get service log entries.
aiven_service_query_activity
Fetch current queries for a service.
aiven_project_get_event_logs
Get project event log entries.
aiven_kafka_topic_list
List Kafka topics.
aiven_kafka_topic_create
Create a Kafka topic.
aiven_kafka_topic_get
Get Kafka topic info.
aiven_kafka_topic_update
Update a Kafka topic.
aiven_kafka_topic_delete
Delete a Kafka topic.
aiven_kafka_topic_message_list
Read messages from a Kafka topic.
aiven_kafka_topic_message_produce
Produce messages into a Kafka topic.
aiven_kafka_connect_available_connectors
List available connector types.
aiven_kafka_connect_list
List running connectors.
aiven_kafka_connect_create_connector
Create a connector.
aiven_kafka_connect_edit_connector
Edit a connector.
aiven_kafka_connect_get_connector_status
Get connector status.
aiven_kafka_connect_pause_connector
Pause a connector.
aiven_kafka_connect_resume_connector
Resume a connector.
aiven_kafka_connect_restart_connector
Restart a connector.
aiven_kafka_connect_delete_connector
Delete a connector.
aiven_kafka_schema_registry_subjects
List Schema Registry subjects.
aiven_kafka_schema_registry_subject_version_get
Get Schema Registry subject version.
aiven_pg_service_available_extensions
List available extensions.
aiven_pg_service_query_statistics
Fetch query statistics.
aiven_pg_bouncer_create
Create a PgBouncer connection pool.
aiven_pg_bouncer_update
Update a PgBouncer connection pool.
aiven_pg_bouncer_delete
Delete a PgBouncer connection pool.
aiven_pg_read
Run a read-only SQL query.
aiven_pg_write
Run a write SQL statement (INSERT, UPDATE, DELETE, CREATE TABLE, etc.).
aiven_pg_optimize_query
AI-powered query optimization (EverSQL).
aiven_application_deploy
Deploy a Dockerized application to Aiven.
aiven_application_redeploy
Rebuild and redeploy an existing application.
aiven_vcs_integration_list
List connected VCS (GitHub) accounts.
aiven_vcs_integration_repository_list
List repositories for a VCS integration.
aiven_docs_search
Search the official Aiven documentation in natural language.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aiven": {
"env": {
"AIVEN_TOKEN": "your-token-here"
},
"args": [
"-y",
"mcp-aiven"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"AIVEN_TOKEN": "your-token-here"
},
"args": [
"-y",
"mcp-aiven"
],
"command": "npx"
}
Macos
{
"env": {
"AIVEN_TOKEN": "your-token-here"
},
"args": [
"-y",
"mcp-aiven"
],
"command": "npx"
}
Windows
{
"env": {
"AIVEN_TOKEN": "your-token-here"
},
"args": [
"/c",
"npx",
"-y",
"mcp-aiven"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




