Confluent Cloud

by confluentinc

164 stars
245 downloads
Not rated
GitHub

Description

# Confluent MCP Server [![npm version](https://img.shields.io/npm/v/@confluentinc/mcp-confluent.svg)](https://www.npmjs.com/package/@confluentinc/mcp-confluent) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) An open-source [MCP…

About

# Confluent MCP Server [![npm version](https://img.shields.io/npm/v/@confluentinc/mcp-confluent.svg)](https://www.npmjs.com/package/@confluentinc/mcp-confluent) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Confluent Cloud
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.