A comprehensive **Model Context Protocol (MCP) server** that provides Claude Desktop and other MCP clients with tools for Kafka Schema Registry
Kafka Schema Reg MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Kafka Schema Reg MCP directly instead of describing what you should do. A comprehensive Model Context Protocol (MCP) server that provides Claude Desktop and other MCP clients with tools for Kafka Schema Registry operations. Features advanced schema context support, multi-registry management, and.
The server ships on a container image as aywengo/kafka-schema-reg-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Kafka Schema Reg MCP is connected, these are the calls the assistant has available:
ping — Server health checkregister_schema — Register new schemascheck_compatibility — Schema compatibility checkingcreate_context — Create new contextsexport_schema — Export single schemaexport_subject — Export all subject versionsregistry — //, schema://, subject:// resource URIslist_registries — ✅get_registry_info — ✅test_registry_connection — ✅test_all_registries — ✅list_subjects — ✅You will need 8 environment variables: SCHEMA_REGISTRY_URL, SCHEMA_REGISTRY_USER, SCHEMA_REGISTRY_PASSWORD, VIEWONLY, SLIM_MODE, SCHEMA_REGISTRY_NAME_1, SCHEMA_REGISTRY_URL_1, VIEWONLY_1. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Kafka Schema Reg MCP's toolset — ping, register_schema, check_compatibility and 11 more — is a fair guide to whether it matches your workflow. It is maintained by aywengo; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Kafka Schema Reg MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| ping | Server health check |
| register_schema | Register new schemas |
| check_compatibility | Schema compatibility checking |
| create_context | Create new contexts |
| export_schema | Export single schema |
| export_subject | Export all subject versions |
| registry | //, schema://, subject:// resource URIs |
| list_registries | ✅ |
| get_registry_info | ✅ |
| test_registry_connection | ✅ |
| test_all_registries | ✅ |
| list_subjects | ✅ |
| get_schema | ✅ |
| get_schema_versions | ✅ |
{
"mcpServers": {
"kafka-schema-reg": {
"command": "docker",
"args": ["run", "-i", "--rm", "aywengo/kafka-schema-reg-mcp"],
"env": {
"SCHEMA_REGISTRY_URL": "your-value",
"SCHEMA_REGISTRY_USER": "your-value",
"SCHEMA_REGISTRY_PASSWORD": "your-value",
"VIEWONLY": "your-value",
"SLIM_MODE": "your-value",
"SCHEMA_REGISTRY_NAME_1": "your-value",
"SCHEMA_REGISTRY_URL_1": "your-value",
"VIEWONLY_1": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| SCHEMA_REGISTRY_URL | Endpoint or connection string the server talks to. | Yes |
| SCHEMA_REGISTRY_USER | Configuration value read at startup. | Optional |
| SCHEMA_REGISTRY_PASSWORD | Configuration value read at startup. | Optional |
| VIEWONLY | Configuration value read at startup. | Optional |
| SLIM_MODE | Configuration value read at startup. | Optional |
| SCHEMA_REGISTRY_NAME_1 | Configuration value read at startup. | Optional |
| SCHEMA_REGISTRY_URL_1 | Endpoint or connection string the server talks to. | Yes |
| VIEWONLY_1 | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.