MCP Catalogs
Home

time vs mcp-stata

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

time
by modelcontextprotocol
mcp-stata
by tmonk
Stars★ 85,748★ 62
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsProductivityDeveloper Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

mcp-stata · Summary

A Model Context Protocol server for Stata that enables AI agents to execute Stata code, inspect data, and retrieve results.

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-stata · Use cases

  • Empirical research workflows requiring AI assistance with data analysis
  • Automated paper preparation and publication quality assurance
  • Code modernization and replication studies in economics research

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"]
    }
  }
}

mcp-stata · Install

Installation

Using the installer script

macOS/Linux:

curl -LsSf https://mcp-stata-install.tdmonk.com/install.sh | bash

Windows (PowerShell):

irm https://mcp-stata-install.tdmonk.com/install.ps1 | iex
Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "mcp-stata": {
      "command": "uvx",
      "args": [
        "--refresh",
        "--refresh-package",
        "mcp-stata",
        "--from",
        "mcp-stata@latest",
        "mcp-stata"
      ]
    }
  }
}

Prerequisites: Stata 17+, Python 3.11+, and uv (recommended).

Comparison generated from public README + GitHub signals. Last updated automatically.