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
Claude Code
Claude Desktop
VS Code
ChatGPT
Other clients
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:Create MCP configuration
.cursor/mcp.json:Restart Cursor
Connect to the server
- Open Settings > Tools & MCP
- Find aiven in the list
- Click Connect
- Sign in with your Google account when prompted
Verify connection
Claude Code
Add Aiven documentation to Claude’s command-line interface:Install the server
Authenticate
Verify installation
aiven-docs in the list of registered serversTest it out
Claude Desktop
Connect Aiven documentation to Claude Desktop app:Locate configuration file
- macOS
- Windows
Add configuration
Restart Claude Desktop
Authenticate
Test the connection
VS Code
Use Aiven documentation with GitHub Copilot in Visual Studio Code:Create MCP configuration
.vscode/mcp.json:Reload VS Code
Verify server
Authenticate
Use with Copilot
ChatGPT (Web)
Add Aiven documentation access to ChatGPT: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
Authenticate
Verify setup
Start using
Other clients
For other MCP-compatible clients:Find configuration location
Add server configuration
Restart your client
Authenticate
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
- 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
- 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
- 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
- Verify you’re asking about current features
- Check the Aiven Documentation directly
- Report issues to Aiven support
Privacy and security
- 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