mcpbeat Sign in

Kafka Dataops MCP Server

local only

Kafka Dataops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 19 Mar 2026.

DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring

Installs per day peak 28 · avg 13 · -16% w/w
a month agotoday
76
Installs / week
pypi · kafka-dataops-mcp
0
Stars
0 open issues
19 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Kafka Dataops MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kafka-dataops-mcp -- uvx kafka-dataops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kafka-dataops-mcp": {
      "args": [
        "kafka-dataops-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kafka-dataops-mcp]
command = "uvx"
args = ["kafka-dataops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kafka-dataops-mcp": {
      "args": [
        "kafka-dataops-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kafka-dataops-mcp": {
      "args": [
        "kafka-dataops-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KAFKA_BOOTSTRAP_SERVERS (Kafka bootstrap servers). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kafka Dataops MCP

same job, measured the same way
Clickhouse Dataops MCP
by aguantar

DataOps ClickHouse MCP server with query optimization and pipeline monitoring

85 installs/wk local only
MCP Kafka
by dockndevai

Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.

322 installs/wk local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Kafka And Postgres Monitoring Stack
by getvda

Kafka and Postgres Monitoring Stack

2 tools answering
Competitor Monitor AI MCP
by csoai-org

Competitor Monitor Ai MCP Server by MEOK AI Labs

231 installs/wk local only

Kafka Dataops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Kafka Dataops MCP?
Kafka Dataops MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kafka-dataops-mcp was installed 76 times last week.
How do I connect Kafka Dataops MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kafka-dataops-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Kafka Dataops MCP?
The pypi package kafka-dataops-mcp was installed 76 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kafka Dataops MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.