domdomegg

Time MCP Server

Community domdomegg
Updated

โฐ๐Ÿ”ท Minimal .NET MCP server example, for getting current time

Time MCP Server

A minimal Model Context Protocol (MCP) server built with .NET.

The server provides one simple tool:

  • GetCurrentUtcTime - Gets the current UTC date and time in RFC 3339 format

Quick start

Prerequisites:

  • .NET 9.0 or later
  • Claude Desktop or another MCP-compatible client

Run with:

dotnet run

Configuration

To use this server with Claude Desktop, add the following to your MCP configuration file:

Windows

Add to %APPDATA%\Claude\claude_desktop_config.json:

{
  "mcpServers": {
    "time-server": {
      "command": "dotnet",
      "args": [
        "run", 
        "--project", 
        "C:\\path\\to\\TimeMcpServer.csproj"
      ]
    }
  }
}

macOS

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "time-server": {
      "command": "dotnet",
      "args": [
        "run", 
        "--project", 
        "/path/to/TimeMcpServer.csproj"
      ]
    }
  }
}

Usage

Once configured, you can use the time tool in Claude Desktop:

  • "What's the current UTC time?"
  • "Give me an RFC 3339 timestamp"

Publishing New Versions

To publish a new version of the package:

  1. Update the version in TimeMcpServer.csproj, and commit as Release x.y.z

  2. Tag the release with a version number prefixed with 'v':

    git tag v1.0.1
    
  3. Push the tag to trigger the publishing pipeline:

    git push --tags
    

The CI/CD pipeline will automatically:

  • Publish the NuGet package to nuget.org
  • Publish the server to the MCP Registry
  • Create a GitHub release

CI/CD

The project includes GitHub Actions workflows for:

  • Build & Test - Builds and tests on multiple platforms (Windows, macOS, Linux)
  • Publish - Automatically publishes to NuGet, MCP Registry, and creates GitHub releases on version tags

MCP Registry

This server is published to the Model Context Protocol Registry. The publishing process uses the server.json configuration file which follows the MCP Registry specification.

MCP Server ยท Populars

MCP Server ยท New

    docmancer

    Docmancer

    Find out what your coding agents already know. Docmancer indexes the memory, rules, and instructions Claude Code, Codex, Cursor, and Gemini wrote on your machine, then carries the durable parts to every agent. Local-first, MIT.

    Community docmancer
    lineai-intelligence

    codelogic-mcp-server

    An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.

    HUANGCHIHHUNGLeo

    claude-real-video

    Let Claude (or any LLM) actually watch a video โ€” scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

    Community HUANGCHIHHUNGLeo
    jgraph

    Draw.io MCP Server

    MCP Server

    Community jgraph
    ninetails-io

    gnucash-mcp

    MCP server enabling AI assistants to read and write GnuCash accounting data

    Community ninetails-io