Confluent Cloud
Description
# Confluent MCP Server [](https://www.npmjs.com/package/@confluentinc/mcp-confluent) [](LICENSE) An open-source [MCP…
About
# Confluent MCP Server [](https://www.npmjs.com/package/@confluentinc/mcp-confluent) [](LICENSE) An open-source [MCP server](https://modelcontextprotocol.io/) that enables AI…
Details
- Author
- confluentinc
- GitHub stars
- 164
- Downloads
- 245
- Categories
- Cloud Service, Infrastructure, Database, API, Other
Jump to
- 50+ tools across Kafka, Flink SQL, Schema Registry, Connectors, Tableflow, and more.
- Always-available tools for documentation and diagnostics.
- Tools for Confluent Cloud with OAuth authentication support.
- Tools for local deployments (Confluent Platform / self-managed Kafka).
- Tools auto-enabled based on configuration service blocks.
- Works with Claude Desktop, Claude Code, Cursor, VS Code, Goose, Gemini CLI.
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
Confluent CloudCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install prerequisites (Node.js 22.19.0+) and optionally create a Confluent Cloud account. Generate a config.yaml with npx @confluentinc/mcp-confluent --init-config, edit it with connection details, then run npx @confluentinc/mcp-confluent --config ./config.yaml. Configure your MCP client to point to the server.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"confluent cloud": {
"mcp-confluent": {
"command": "npx",
"args": [
"@confluentinc/mcp-confluent",
"--init-config"
]
}
}
}
}
McpServers
{
"mcp-confluent": {
"command": "npx",
"args": [
"@confluentinc/mcp-confluent",
"--init-config"
]
}
}
OAuth Authentication for Confluent Cloud
The MCP server can authenticate to Confluent Cloud via OAuth (PKCE) instead of static API keys.
On the first tool call that needs Confluent access, the server opens your browser to the Confluent Cloud sign-in page; subsequent tool calls reuse the resulting session.
No API keys to provision.
Setup
```bash
npx @confluentinc/mcp-confluent --init-oauth-config
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



