Back to MCP Servers
Confluent
Confluent integration to interact with Confluent Kafka and Confluent Cloud REST APIs.
databasesapirest
By confluentinc
Installation
npx -y mcp-confluentConfiguration
{
"mcpServers": {
"mcp-confluent": {
"command": "npx",
"args": ["-y", "mcp-confluent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes