aicode-toolkit vs time
Side-by-side comparison to help you pick between these two MCP servers.
aicode-toolkit by AgiFlow | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 156 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
aicode-toolkit · Summary
MCP server toolkit providing project scaffolding, code guidance, and design system discovery for AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
aicode-toolkit · Use cases
- Generate new projects and features from predefined templates
- Apply consistent design patterns and rules to code changes
- Discover and implement UI themes, CSS classes, and components
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
aicode-toolkit · Install
Installation
- Install via npm for your project:
npx @agiflowai/aicode-toolkit init- Configure MCP in your AI agent settings. For Claude Code, add to
.mcp.json:
{
"mcpServers": {
"scaffold-mcp": {
"command": "npx",
"args": ["-y", "@agiflowai/scaffold-mcp", "mcp-serve", "--admin-enable"]
},
"architect-mcp": {
"command": "npx",
"args": ["-y", "@agiflowai/architect-mcp", "mcp-serve", "--admin-enable"]
},
"style-system": {
"command": "npx",
"args": ["-y", "@agiflowai/style-system", "mcp-serve"]
}
}
}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"]
}
}
}