TimeMCP
by chew-z · Go · ★ 1
Golang MCP server to replace modelcontextprotocol/time MCP server
#golang#mcp-server#time
Install
go install github.com/chew-z/TimeMCP@latest Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"timemcp": {
"command": "npx",
"args": [
"-y",
"github:chew-z/TimeMCP"
]
}
}
} From the README
A simple Model Control Protocol (MCP) server that provides time and timezone conversion tools.
The server provides the following tools:
Gets the current time in a specific timezone or the system timezone.
**Arguments:**
- (string, optional): The timezone to get the current time in. If not provided, the system timezone is used.
**Example Response:**
Converts time between different timezones.
**Arguments:**
- (string, optional): Source timezone. Defaults to system timezone if not provided.
- (string, optional): Time in 24-hour format (HH:MM). Defaults to current time if not provided.
-…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
★ 31,828
Playwright MCP server
Other · TypeScript
playwright-cli
microsoft
★ 9,714
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
Other · TypeScript
financial-services-plugins
anthropics
Official ★ 7,840
financial-services-plugins — MCP server.
Other · Python
NLWeb
nlweb-ai
★ 6,197
Main reference implementation for NLWeb, implemented in Python.
Other · Python
OpenSpace
HKUDS
★ 5,940
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
Other · Python
csharp-sdk
modelcontextprotocol
Official ★ 4,229
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
Other · C#