kirby-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
kirby-mcp by bnomei | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 50 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | PHP | TypeScript |
| Last commit | 1 mo ago | this month |
kirby-mcp · Summary
A CLI-first MCP server for Kirby CMS projects that allows inspection of blueprints/templates/plugins and interaction with a real Kirby runtime.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kirby-mcp · Use cases
- Inspecting and modifying Kirby project blueprints, templates, and content
- Debugging Kirby applications through runtime evaluation and logging
- Generating IDE helpers for better autocompletion in Kirby projects
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
kirby-mcp · Install
Installation
From your Kirby project root:
composer require bnomei/kirby-mcp --dev
vendor/bin/kirby-mcp install
vendor/bin/kirby-mcpClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"kirby": {
"command": "php",
"args": ["vendor/bin/kirby-mcp"],
"env": {
"KIRBY_MCP_PROJECT_ROOT": "/path/to/your/kirby/project"
}
}
}
}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"]
}
}
}