time vs editor-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | editor-mcp-server by playcanvas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 108 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsBrowser Automation |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
editor-mcp-server · Summary
MCP server for automating PlayCanvas editor through entity and asset management 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
editor-mcp-server · Use cases
- Automate repetitive entity creation and manipulation tasks in PlayCanvas scenes
- Programmatically manage assets through AI-powered commands
- Connect PlayCanvas with Claude for intelligent scene editing
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"]
}
}
}editor-mcp-server · Install
Installation
- Install dependencies:
npm install
- Install Chrome Extension:
- Visit chrome://extensions/ and enable Developer mode - Click Load unpacked and select the extension folder - Load the PlayCanvas Editor
- Configure MCP server (Claude Desktop example):
``json { "mcpServers": { "playcanvas": { "command": "npx", "args": [ "tsx", "/path/to/editor-mcp-server/src/server.ts" ], "env": { "PORT": "52000" } } } } ``
- Connect the editor:
- Open PlayCanvas Editor in Chrome - Click the Extensions icon and select PlayCanvas Editor MCP Extension - Click CONNECT (ensure port matches your MCP config)