MCP Catalogs
Home

mcp vs time

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

mcp
by local-falcon
time
by modelcontextprotocol
Stars★ 19★ 85,748
30d uses
Score4377
Official
Categories
AI / LLM ToolsDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp · Summary

A TypeScript MCP server for Local Falcon's SEO platform with 37 tools for local search tracking and competitor analysis.

time · Summary

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

mcp · Use cases

  • Local SEO agencies tracking rankings across multiple locations
  • Businesses monitoring competitor visibility in specific geographic areas
  • AI assistants providing automated local search insights and reports

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 · Install

Installation

Via Remote (HTTP)

{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.localfalcon.com/mcp?local_falcon_api_key=INSERT_YOUR_API_KEY_HERE"
      ]
    }
  }
}

Via STDIO

mkdir lf-mcp
cd lf-mcp
npm i @local-falcon/mcp
Claude Desktop Configuration
{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "node",
      "args": ["/path/to/lf-mcp/node_modules/@local-falcon/mcp/dist/index.js"],
      "env": {
        "LOCAL_FALCON_API_KEY": "INSERT_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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.