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
- Cursor
- Claude Code
- Claude Desktop
- VS Code
- ChatGPT (Web)
- Other clients
-
In your project root, create or edit
.cursor/mcp.json. -
Add the following configuration:
{
"mcpServers": {
"aiven": {
"type": "http",
"url": "https://aiven-docs.mcp.kapa.ai"
}
}
} -
Save the file.
-
Restart Cursor.
-
Open Settings > Tools & MCP.
-
Select aiven and click Connect.
-
Sign in with your Google account when prompted.
For more information, see the Cursor MCP documentation.
-
Open a terminal.
-
Run the following command:
claude mcp add --transport http aiven-docs https://aiven-docs.mcp.kapa.ai -
Sign in with your Google account when prompted.
-
Run
/mcpin Claude Code to verify the server is registered.
For more information, see the Claude Code MCP documentation.
-
Open the Claude Desktop configuration file. If it does not exist, create it:
-
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json -
Windows:
%APPDATA%\Claude\claude_desktop_config.json
-
-
Add the following to the configuration file:
{
"mcpServers": {
"aiven": {
"type": "http",
"url": "https://aiven-docs.mcp.kapa.ai"
}
}
} -
Save the file.
-
Restart Claude Desktop.
-
Sign in with your Google account when prompted.
For more information, see the Claude Desktop MCP documentation.
Requires Visual Studio Code 1.102 or later with the GitHub Copilot extension installed and enabled.
-
Open your workspace in Visual Studio Code.
-
In the workspace root, create a
.vscodedirectory if it does not exist. -
In the
.vscodedirectory, create a file namedmcp.json. -
Add the following configuration:
{
"servers": {
"aiven": {
"type": "http",
"url": "https://aiven-docs.mcp.kapa.ai"
}
}
} -
Save the file.
-
Reload Visual Studio Code.
-
Open the Command Palette and run MCP: List Servers.
-
Confirm that aiven appears in the list.
-
Sign in with your Google account when prompted.
For more information, see the VS Code MCP documentation.
ChatGPT UI labels and navigation may change. Refer to the OpenAI documentation if the steps do not match your interface.
- Open ChatGPT in a web browser.
- Click Settings.
- Select Apps, then select Advanced settings.
- Click the Developer mode toggle.
- Select Apps > Create app.
- Enter the following:
- Name: Aiven
- Description (optional): Aiven documentation MCP server
- MCP Server URL:
https://aiven-docs.mcp.kapa.ai
- Click Create.
- Sign in with your Google account when prompted.
- Confirm that Aiven appears under Settings > Apps.
For more information, see the OpenAI Developer mode documentation.
-
Open your MCP client configuration.
-
Add the Aiven MCP server using the following URL:
https://aiven-docs.mcp.kapa.ai
Most clients accept a configuration similar to:
{
"mcpServers": {
"aiven": {
"url": "https://aiven-docs.mcp.kapa.ai"
}
}
}
- Save the file and restart your client.
- Sign in with your Google account when prompted.
Some clients require specifying the transport type, for example "type": "http". Refer
to your client documentation if the configuration fails.
Verify the connection
After connecting the MCP server:
-
Open your AI client, such as Copilot Chat in Visual Studio Code or Chat in Cursor.
-
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®?
-
If prompted to allow tool execution, click Allow.
-
Confirm that the response includes references to Aiven documentation.
If the response includes references to Aiven documentation, the MCP server is connected.