unified-gateway-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
unified-gateway-mcp by mcp360 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 20 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityseo | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
unified-gateway-mcp · Summary
MCP360 is a unified gateway connecting AI agents to 100+ tools through a simple search and execute interface.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unified-gateway-mcp · Use cases
- SEO researchers performing keyword analysis and on-page SEO checks
- Developers needing access to multiple APIs without individual integrations
- Businesses automating email verification and web scraping workflows
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
unified-gateway-mcp · Install
Installation
- Sign up at [mcp360.ai](https://mcp360.ai) to get your API key
- Add the MCP server configuration to your client settings
Claude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": ["-y", "@mcp360/universal-gateway"],
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}Global Installation (Optional)
npm install -g @mcp360/universal-gatewayThen update config to use global command:
{
"mcpServers": {
"mcp360": {
"command": "mcp360-gateway",
"env": {
"MCP360_API_KEY": "your_api_key_here"
}
}
}
}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"]
}
}
}