MCP Catalogs
Home

time vs Verzeichnis-Server-MCP

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

time
by modelcontextprotocol
Verzeichnis-Server-MCP
by stephanj79
Stars★ 85,748★ 2
30d uses
Score7732
Official
Categories
ProductivityDeveloper ToolsCommunication
File SystemDeveloper ToolsProductivity
LanguageTypeScriptC#
Last committhis month9 mo ago

time · Summary

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

Verzeichnis-Server-MCP · Summary

A C# MCP server providing secure, controlled file system operations for AI agents.

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

Verzeichnis-Server-MCP · Use cases

  • Automating file management tasks through AI agents in workflow systems
  • Secure file system access for AI applications in restricted environments
  • Integration with N8N for automated document processing workflows

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

Verzeichnis-Server-MCP · Install

Installation

  1. Clone the repository: git clone https://github.com/stephanj79/Verzeichnis-Server-MCP.git
  2. Build the project using Visual Studio or the .NET CLI: dotnet build
  3. Run the server: dotnet run

Claude Desktop Configuration

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "dotnet",
      "args": ["run", "--project", "path/to/Verzeichnis-Server-MCP"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.