MCP Catalogs
Home

time vs mcp-server-excel

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

time
by modelcontextprotocol
mcp-server-excel
by sbroenne
Stars★ 85,748★ 157
30d uses
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptC#
Last committhis monththis month

time · Summary

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

mcp-server-excel · Summary

MCP server that provides 23 tools and 214 operations for AI-powered Excel automation via COM API.

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

  • Data analysts automating repetitive Excel workflows through AI assistants
  • Developers building Excel-based data solutions with AI-powered automation
  • Business users managing complex Excel workbooks using natural language commands

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

Installation Options

**VS Code Extension (Recommended)** Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sbroenne.excel-mcp)

**Claude Desktop** Download .mcpb from [latest release](https://github.com/sbroenne/mcp-server-excel/releases/latest)

**Other MCP Clients** Download mcp-excel.exe from releases and add to PATH

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "excel": {
      "command": "path/to/mcp-excel.exe",
      "args": []
    }
  }
}

**Important:** Close all Excel files before using. The server requires exclusive access to workbooks during automation.

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