MCP Catalogs
Home

SharpToolsMCP vs time

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

SharpToolsMCP
by kooshi
time
by modelcontextprotocol
Stars★ 197★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsFile System
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last commit2 mo agothis month

SharpToolsMCP · Summary

A comprehensive MCP server for C# development with Roslyn-powered code analysis and modification capabilities.

time · Summary

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

SharpToolsMCP · Use cases

  • AI-powered C# code analysis and refactoring
  • Automated code modification and generation
  • C# solution navigation and documentation generation

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

SharpToolsMCP · Install

Installation

Prerequisites

  • .NET 8+ SDK
  • .NET SDK of the target solution

Building

dotnet build SharpTools.sln

SSE Server (HTTP)

cd SharpTools.SseServer
dotnet run -- --port 3001 --log-file ./logs/mcp-sse-server.log --log-level Debug

Stdio Server Configuration (VSCode Copilot)

"mcp": {
    "servers": {
        "SharpTools": {
            "type": "stdio",
            "command": "/path/to/repo/SharpToolsMCP/SharpTools.StdioServer/bin/Debug/net8.0/SharpTools.StdioServer",
            "args": [
                "--log-directory",
                "/var/log/sharptools/",
                "--log-level",
                "Debug"
            ]
        }
    }
}

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.