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 | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationProductivityCloud Storage |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 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.
- Download
outlook-mcp.dxtfrom the [Releases page](https://github.com/XenoXilus/outlook-mcp/releases) - In Claude Desktop, go to **Settings** → **Extensions**
- Click **Install from file** and select the
.dxtfile - 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"
}
}
}