MCP Catalogs
Home

Excel-MCP-Server-Master vs time

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

Excel-MCP-Server-Master
by guillehr2
time
by modelcontextprotocol
Stars★ 28★ 85,748
30d uses
Score4177
Official
Categories
ProductivityAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit11 mo agothis month

Excel-MCP-Server-Master · Summary

A comprehensive MCP server for manipulating Excel files without Microsoft Excel, with full CRUD operations, chart creation, and Claude AI integration.

time · Summary

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

Excel-MCP-Server-Master · Use cases

  • Automating Excel reporting and data analysis workflows with AI assistance
  • Creating formatted Excel reports with charts and tables from various data sources
  • Building executive dashboards with multiple visualizations without Excel
  • Converting between Excel and other data formats for data processing pipelines

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

Excel-MCP-Server-Master · Install

Installation

The easiest way to use Excel MCP Server is with npx (no installation required):

npx @guillehr2/excel-mcp-server@latest

Or install globally:

npm install -g @guillehr2/excel-mcp-server

Configuration

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "excel-master": {
      "command": "npx",
      "args": [
        "-y",
        "@guillehr2/excel-mcp-server@latest"
      ]
    }
  }
}

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.