Back to MCP Servers

Kafka Schema Reg

Comprehensive Kafka Schema Registry MCP server with 48 tools for multi-registry management, schema migration, and enterprise features.

data-platforms

Installation

npx -y kafka-schema-reg-mcp

Configuration

{
  "mcpServers": {
    "kafka-schema-reg-mcp": {
      "command": "npx",
      "args": ["-y", "kafka-schema-reg-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub