MCP Catalogs
Home

nextcloud-mcp-server vs time

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

nextcloud-mcp-server
by cbcoutinho
time
by modelcontextprotocol
Stars★ 223★ 85,748
30d uses
Score5177
Official
Categories
ProductivityCloud StorageAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

nextcloud-mcp-server · Summary

Production-ready MCP server connecting AI assistants to Nextcloud data with 110+ tools across 10+ apps.

time · Summary

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

nextcloud-mcp-server · Use cases

  • AI-powered note creation and organization within Nextcloud through natural language commands
  • Calendar management with AI assistance for scheduling events and checking availability
  • Document processing with OCR and text extraction capabilities for file content analysis

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

nextcloud-mcp-server · Install

Installation

Quick Start with uvx
NEXTCLOUD_HOST=https://your.nextcloud.instance.com \
NEXTCLOUD_USERNAME=your_username \
NEXTCLOUD_PASSWORD=your_app_password \
  uvx nextcloud-mcp-server run --transport stdio
Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "nextcloud": {
      "command": "uvx",
      "args": ["nextcloud-mcp-server", "run", "--transport", "stdio"],
      "env": {
        "NEXTCLOUD_HOST": "https://your.nextcloud.instance.com",
        "NEXTCLOUD_USERNAME": "your_username",
        "NEXTCLOUD_PASSWORD": "your_app_password"
      }
    }
  }
}
Docker Deployment
docker run -p 127.0.0.1:8000:8000 --rm \
  -e NEXTCLOUD_HOST=https://your.nextcloud.instance.com \
  -e NEXTCLOUD_USERNAME=your_username \
  -e NEXTCLOUD_PASSWORD=your_app_password \
  ghcr.io/cbcoutinho/nextcloud-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.