Confluent
Official
🗄️ Data & Files
Official Confluent MCP for Apache Kafka and Confluent Cloud. Manage topics, produce/consume messages, run Flink SQL, manage schemas, connectors, and Tableflow through natural language with 51 tools.
Tags
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"confluent": {
"command": "npx",
"args": [
"-y",
"@confluentinc/mcp-confluent"
],
"env": {
"CONFLUENT_CLOUD_API_KEY": "your-confluent-cloud-api-key-here",
"CONFLUENT_CLOUD_API_SECRET": "your-confluent-cloud-api-secret-here",
"BOOTSTRAP_SERVERS": "your-bootstrap-servers-here",
"KAFKA_API_KEY": "your-kafka-api-key-here",
"KAFKA_API_SECRET": "your-kafka-api-secret-here"
}
}
}
}