MCP Catalogs
Home

world-intel-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

world-intel-mcp
by marc-shade
time
by modelcontextprotocol
Stars★ 26★ 85,748
30d uses
Score4777
Official
Categories
FinanceSecurityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

world-intel-mcp · Summary

A comprehensive MCP server with 110+ tools for real-time global intelligence across markets, geopolitics, military, climate, and other domains.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

world-intel-mcp · Use cases

  • AI agents requiring real-time global awareness for decision making
  • Financial analysis and market intelligence gathering
  • Geopolitical risk assessment and military monitoring
  • Cyber threat intelligence and infrastructure monitoring
  • Climate and environmental disaster tracking

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

world-intel-mcp · Install

git clone https://github.com/marc-shade/world-intel-mcp.git
cd world-intel-mcp
pip install -e .

# Optional extras
pip install -e ".[dashboard]"  # Live ops-center dashboard
pip install -e ".[vector]"     # Qdrant vector store + FastEmbed

Claude Code Configuration

Add to ~/.claude.json:

{
  "mcpServers": {
    "world-intel-mcp": {
      "command": "world-intel-mcp"
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.