MCP-Developer-SubAgent vs time
Side-by-side comparison to help you pick between these two MCP servers.
MCP-Developer-SubAgent by gensecaihq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 28 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 9 mo ago | this month |
MCP-Developer-SubAgent · Summary
Production-ready framework with 8 Claude Code sub-agents and FastMCP templates for MCP development.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCP-Developer-SubAgent · Use cases
- Developing new MCP servers with specialized security and authentication
- Creating complex MCP toolsets using the orchestration system
- Validating existing MCP implementations for compliance and security
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
MCP-Developer-SubAgent · Install
Installation
Quick Start (Cross-Platform)
# Clone the repository
git clone https://github.com/gensecaihq/MCP-Developer-SubAgent.git
cd MCP-Developer-SubAgent
# Check platform compatibility
python3 claude_code_sdk/cli_simple.py validate-setup
# Install dependencies
pip install -e .For Claude Desktop Integration
Add to Claude Desktop config.json:
{
"mcpServers": {
"mcp-developer": {
"command": "python",
"args": ["-m", "claude_code_sdk.cli"]
}
}
}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"]
}
}
}