typo3-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
typo3-mcp-server by hauptsacheNet | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 80 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | PHP | TypeScript |
| Last commit | this month | this month |
typo3-mcp-server · Summary
MCP server for TYPO3 CMS enabling safe AI content management through workspaces with OAuth authentication.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
typo3-mcp-server · Use cases
- AI-assisted content translation between languages
- Bulk content updates and SEO optimization
- Content auditing and migration using AI tools
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
typo3-mcp-server · Install
Installation
composer require hn/typo3-mcp-server**Requirements:**
- TYPO3 v13.4+
- TYPO3 Workspaces extension (automatically installed as dependency)
Quick Start
Option 1: OAuth Authentication (Recommended)
- Go to **[Username] → MCP Server** in your TYPO3 backend
- Copy the Server URL (and optionally the Integration Name)
- Add the Integration to your MCP Client.
Option 2: Local Command Line Connection
Add this to your MCP config file (e.g., Claude Desktop):
{
"mcpServers": {
"[your-typo3-name]": {
"command": "php",
"args": [
"vendor/bin/typo3",
"mcp:server"
]
}
}
}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"]
}
}
}