agentic-engineering-for-apache-kafka vs time
Side-by-side comparison to help you pick between these two MCP servers.
agentic-engineering-for-apache-kafka by lensesio | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 24 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | this month | this month |
agentic-engineering-for-apache-kafka · Summary
Agent skills for building, operating and troubleshooting Apache Kafka applications through MCP integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}