Dnx.TimeMcpServer
0.1.0-beta
This is a prerelease version of Dnx.TimeMcpServer.
{ "inputs": [], "servers": { "Dnx.TimeMcpServer": { "type": "stdio", "command": "dnx", "args": ["Dnx.TimeMcpServer@", "--yes"], "env": { "local-timezone": "" } } } }
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's
.vscode/mcp.json
settings file.
dotnet tool install --global Dnx.TimeMcpServer --version 0.1.0-beta
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Dnx.TimeMcpServer --version 0.1.0-beta
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Dnx.TimeMcpServer&version=0.1.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Dnx.TimeMcpServer --version 0.1.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Time MCP Server
A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Available Tools
get_current_date_time
- Get current date and time in a specific timezone or system timezone.- Required arguments:
timezone
(string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')
- Required arguments:
convert_time
- Convert time between timezones.- Required arguments:
source_timezone
(string): Source IANA timezone nametime
(string): Time in 24-hour format (HH:MM)target_timezone
(string): Target IANA timezone name
- Required arguments:
Examples of Questions
- "What time is it now?" (will use system timezone)
- "What time is it in Tokyo?"
- "When it's 4 PM in New York, what time is it in London?"
- "Convert 9:30 AM Tokyo time to New York time"
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last Updated |
---|---|---|
0.1.0-beta | 74 | 8/15/2025 |