MCP Catalogs
Home

mcp-server vs time

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

mcp-server
by finmap-org
time
by modelcontextprotocol
Stars★ 10★ 85,748
30d uses
Score4177
Official
Categories
FinanceAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

mcp-server · Summary

A financial data MCP server providing stock exchange data from multiple countries with visualization capabilities.

time · Summary

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

mcp-server · Use cases

  • Financial analysis and research
  • Market monitoring and investment decisions
  • Comparative analysis across different stock exchanges

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

mcp-server · Install

Option 1: Remote Server (Hosted)

Connect to the hosted MCP server without any installation:

**Server URL**: https://mcp.finmap.org

**Claude Desktop Configuration**:

{
  "mcpServers": {
    "finmap": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.finmap.org"]
    }
  }
}

Option 2: Local Package (npm)

Install and run locally for better performance and offline access:

# Install globally
npm install -g finmap-mcp

# Or use directly
npx finmap-mcp

**Claude Desktop Configuration**:

{
  "mcpServers": {
    "finmap": {
      "command": "npx",
      "args": ["-y", "finmap-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.