aywengo/kafka-schema-reg-mcp
by Various
A comprehensive Message Control Protocol (MCP) server for Kafka Schema Registry.
MCP
aywengo/kafka-schema-reg-mcp
Added 1 June 2026
Overview
A Python-based MCP server that provides an interface for interacting with a Kafka Schema Registry. It enables managing schema subjects, versions, and compatibility using the Model Context Protocol.
Best for
Best for
Developers using MCP-based tools who need to manage Kafka schema registries programmatically.
Use cases
- Register and manage Avro, JSON, or Protobuf schemas in a Kafka Schema Registry.
- Query schema versions and compatibility across subjects from an MCP client.
- Automate schema evolution workflows within MCP-enabled toolchains.
Notes
A Python-based MCP server that provides an interface for interacting with a Kafka Schema Registry. It enables managing schema subjects, versions, and compatibility using the Model Context Protocol.
31 stars on GitHub. Last updated 2026-04-15. Licensed MIT.
Use cases
- Register and manage Avro, JSON, or Protobuf schemas in a Kafka Schema Registry.
- Query schema versions and compatibility across subjects from an MCP client.
- Automate schema evolution workflows within MCP-enabled toolchains.
Pros
- Open source with Python codebase easy to inspect and modify.
- Lightweight MCP server that integrates directly with Kafka Schema Registry APIs.
- Modest but functional scope focused on schema registry operations.
Cons
- Limited community adoption (31 GitHub stars) may mean fewer contributors and slower bug fixes.
- Relies on MCP protocol which is not widely used outside specific ecosystems.
- No built-in support for encryption or authentication beyond what the registry provides.
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source with Python codebase easy to inspect and modify.
- Lightweight MCP server that integrates directly with Kafka Schema Registry APIs.
- Modest but functional scope focused on schema registry operations.
Cons
- Limited community adoption (31 GitHub stars) may mean fewer contributors and slower bug fixes.
- Relies on MCP protocol which is not widely used outside specific ecosystems.
- No built-in support for encryption or authentication beyond what the registry provides.