★ 13 stars
Go
💻 Code/Dev Tools
Updated 23d ago
MCP (Model Context Protocol) server which provides utilities to work with time and dates, with natural language, multiple formats and timezone convertion capabilities
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-time": {
"command": "go",
"args": [
"run",
"github.com/TheoBrigitte/mcp-time@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-time go run github.com/TheoBrigitte/mcp-time@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-time": {
"command": "go",
"args": [
"run",
"github.com/TheoBrigitte/mcp-time@latest"
]
}
}
}
📋 Copy
Topics
mcp mcp-server mcp-tools modelcontextprotocol