mcp-server-chart vs agentic-engineering-for-apache-kafka
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | agentic-engineering-for-apache-kafka by lensesio | |
|---|---|---|
| Stars | ★ 4,068 | ★ 24 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsMonitoringOps & Infra |
| Language | TypeScript | — |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
agentic-engineering-for-apache-kafka · Summary
Agent skills for building, operating and troubleshooting Apache Kafka applications through MCP integration.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
agentic-engineering-for-apache-kafka · Use cases
- Automating Kafka cluster audits and performance reviews
- Troubleshooting consumer lag and connector issues
- Reviewing schema changes and security configurations
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}agentic-engineering-for-apache-kafka · Install
Claude Code
/plugin marketplace add lensesio/agentic-engineering-for-apache-kafka
/plugin install kafka-skills@lensesioCursor, Codex, OpenCode and others
npx skills add lensesio/agentic-engineering-for-apache-kafkaConfiguration
Configure the Lenses MCP server (or any Kafka MCP server with equivalent tools) after installation. Skills auto-trigger from their description or can be invoked explicitly using namespaced slash commands like /kafka-skills:kafka-topic-audit.