MCP Catalogs
Home

time vs outlook-mcp

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

time
by modelcontextprotocol
outlook-mcp
by XenoXilus
Stars★ 85,748★ 23
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationProductivityCloud Storage
LanguageTypeScriptJavaScript
Last committhis month2 mo ago

time · Summary

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

outlook-mcp · Summary

MCP server for Microsoft Outlook enabling AI assistants to access email, calendar, and SharePoint via Microsoft Graph 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

outlook-mcp · Use cases

  • Email management and automation
  • Calendar scheduling and meeting management
  • SharePoint document processing and analysis

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

outlook-mcp · Install

Installation

Installing as DXT Extension

For Claude Desktop users, DXT extensions provide the simplest installation experience.

  1. Download outlook-mcp.dxt from the [Releases page](https://github.com/XenoXilus/outlook-mcp/releases)
  2. In Claude Desktop, go to **Settings** → **Extensions**
  3. Click **Install from file** and select the .dxt file
  4. Enter your Azure Client ID, Tenant ID, and optional download directory when prompted

Using with CLI Tools

For CLI-based MCP clients, configure the server directly:

{
  "outlook-mcp": {
    "command": "node",
    "args": ["/absolute/path/to/outlook-mcp/server/index.js"],
    "env": {
      "AZURE_CLIENT_ID": "your-azure-client-id",
      "AZURE_TENANT_ID": "your-azure-tenant-id",
      "MCP_OUTLOOK_WORK_DIR": "/optional/download/directory"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.