The Aiven Model Context Protocol (MCP) server enables AI-powered tools to access Aiven documentation directly. Connect your favorite AI coding assistant to get contextual help about Aiven services, APIs, and best practices while you work.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aiven/aiven-docs/llms.txt
Use this file to discover all available pages before exploring further.
What is MCP?
The Model Context Protocol is an open standard that allows AI applications to securely access external data sources and tools. The Aiven MCP server provides:- Real-time documentation access: Query the latest Aiven documentation
- Contextual answers: Get relevant answers about Aiven services
- Code examples: Access integration examples and code snippets
- Best practices: Learn recommended patterns and configurations
Supported clients
The Aiven MCP server works with these AI tools:Cursor
AI-powered code editor
Claude Code
Command-line AI assistant
Claude Desktop
Desktop AI application
VS Code
With GitHub Copilot
ChatGPT
Web-based AI chat
Other clients
Any MCP-compatible client
Server URL
Use this URL when configuring your MCP client:Prerequisites
- An MCP-compatible client (see supported clients above)
- A Google account for authentication (required by some clients)
Setup guides
Cursor
Configure Cursor to access Aiven documentation:Connect to the server
- Open Settings > Tools & MCP
- Find aiven in the list
- Click Connect
- Sign in with your Google account when prompted
Claude Code
Add Aiven documentation to Claude’s command-line interface:
Learn more about Claude Code MCP
Claude Desktop
Connect Aiven documentation to Claude Desktop app:Locate configuration file
Open the Claude Desktop configuration file:Create the file if it doesn’t exist:
- macOS
- Windows
VS Code
Use Aiven documentation with GitHub Copilot in Visual Studio Code:Requires Visual Studio Code 1.102 or later with GitHub Copilot extension installed.
Learn more about VS Code MCP
ChatGPT (Web)
Add Aiven documentation access to ChatGPT:ChatGPT UI may change. Refer to OpenAI’s documentation if steps don’t match.
Enable developer mode
- Open ChatGPT
- Click Settings
- Go to Apps → Advanced settings
- Enable Developer mode
Create MCP app
- Go to Apps → Create app
- Enter details:
- Name: Aiven
- Description: Aiven documentation MCP server
- MCP Server URL:
https://aiven-docs.mcp.kapa.ai
- Click Create
Other clients
For other MCP-compatible clients:Add server configuration
Most clients accept a configuration similar to:Some clients require specifying the transport type:
Using the MCP server
Once connected, you can ask your AI assistant questions about Aiven:Example questions
Example conversation
You: How do I create an Apache Kafka topic using the Aiven CLI? AI: Based on the Aiven documentation, you can create a Kafka topic using theavn CLI:
my-topic on the service my-kafka with:
- 3 partitions
- Replication factor of 2
- 72-hour retention period
Enabling tool execution
Some clients require permission to execute MCP tools:- When prompted “Allow tool execution?”, click Allow
- This grants the AI permission to query Aiven documentation
- You’ll only need to approve once per session
Troubleshooting
Server not appearing in client
Server not appearing in client
Solutions:
- Verify the configuration file path is correct
- Check JSON syntax (use a JSON validator)
- Ensure the file is saved
- Restart your client application
- Check client logs for errors
Authentication fails
Authentication fails
Solutions:
- Ensure you’re using a Google account
- Check your internet connection
- Try clearing browser/client cache
- Use an incognito/private window
- Check if corporate firewall blocks authentication
AI doesn't use Aiven docs
AI doesn't use Aiven docs
Solutions:
- Explicitly mention Aiven in your questions
- Try: “According to Aiven documentation, how do I…”
- Verify the server is connected (check client settings)
- Enable tool execution when prompted
- Check if the client shows MCP server status
Outdated information
Outdated information
The MCP server uses the latest published Aiven documentation. If information seems outdated:
- Verify you’re asking about current features
- Check the Aiven Documentation directly
- Report issues to Aiven support
Privacy and security
How your data is handled:
- Questions are sent to the MCP server for documentation lookup
- No code or proprietary data is required
- Authentication uses Google OAuth (handled by Google)
- The server retrieves public Aiven documentation only
- No conversation history is stored permanently
MCP server provider
The Aiven MCP server is hosted by Kapa.ai, a platform for AI-powered documentation access. Kapa provides:- Reliable hosting: High-availability MCP server infrastructure
- Real-time sync: Automatic updates from Aiven documentation
- Security: OAuth authentication and encrypted communication
- Performance: Fast response times for documentation queries