metorial-platform vs time
Side-by-side comparison to help you pick between these two MCP servers.
metorial-platform by metorial | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 207 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
metorial-platform · Summary
Metorial is an enterprise-grade MCP platform that connects AI models to thousands of APIs and tools with one-liner SDKs.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
metorial-platform · Use cases
- Building enterprise-grade AI applications that need to connect to multiple data sources and APIs
- Developers who want to simplify MCP integration in their AI projects without dealing with server configurations
- Teams requiring monitoring and debugging capabilities for their AI integrations across thousands of MCP servers
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
metorial-platform · Install
Installation
SDK Installation
Install the SDK for your preferred language:
# For JavaScript/TypeScript
npm install @metorial/node
# For Python
pip install metorialSelf-Hosting
- Clone the repository:
``bash git clone https://github.com/metorial/metorial-platform.git cd metorial-platform ``
- Set up environment variables in
.envfile
- Run with Docker:
``bash docker-compose up -d ``
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"]
}
}
}