MCP Catalogs
Home

teams-mcp vs time

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

teams-mcp
by floriscornel
time
by modelcontextprotocol
Stars★ 99★ 85,748
30d uses
Score4977
Official
Categories
CommunicationDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

teams-mcp · Summary

MCP server for Microsoft Teams and Graph API access with comprehensive messaging, search, and user management capabilities.

time · Summary

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

teams-mcp · Use cases

  • Automating Microsoft Teams communications and workflows for business processes
  • Building AI assistants that can search and retrieve information from Teams conversations and channels
  • Integrating organizational chat data into larger AI systems for analysis and response

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

teams-mcp · Install

Installation

To use this MCP server in Cursor/Claude/VS Code, add the following configuration:

{
  "mcpServers": {
    "teams-mcp": {
      "command": "npx",
      "args": ["-y", "@floriscornel/teams-mcp@latest"]
    }
  }
}

npm installation

npm install @floriscornel/teams-mcp

Authentication

npx @floriscornel/teams-mcp@latest authenticate  # Full access
npx @floriscornel/teams-mcp@latest authenticate --read-only  # Read-only access

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.