Skip to main content

Connect to Aiven documentation using MCP

The Aiven documentation Model Context Protocol (MCP) server lets you access Aiven documentation from MCP-compatible clients. The server is hosted by Kapa and retrieves content from the latest published documentation.

Before you begin

You need the following:

  • An MCP-compatible client
  • A Google account for authentication (required by some clients)

MCP server URL

Use the following server URL when configuring your client:

https://aiven-docs.mcp.kapa.ai

Configure your MCP client

  1. In your project root, create or edit .cursor/mcp.json.

  2. Add the following configuration:

    {
    "mcpServers": {
    "aiven": {
    "type": "http",
    "url": "https://aiven-docs.mcp.kapa.ai"
    }
    }
    }
  3. Save the file.

  4. Restart Cursor.

  5. Open Settings > Tools & MCP.

  6. Select aiven and click Connect.

  7. Sign in with your Google account when prompted.

For more information, see the Cursor MCP documentation.

Verify the connection

After connecting the MCP server:

  1. Open your AI client, such as Copilot Chat in Visual Studio Code or Chat in Cursor.

  2. Ask a question about Aiven documentation, such as:

    • How do I create a topic in Aiven for Apache Kafka®?
    • How do I migrate snapshot data to Aiven for OpenSearch®?
  3. If prompted to allow tool execution, click Allow.

  4. Confirm that the response includes references to Aiven documentation.

If the response includes references to Aiven documentation, the MCP server is connected.