Developer Tools
Trust: 32/100 (Limited)io.github.KatoMato65/time-mcp Guide
Simple MCP server that tells the time
by KatoMato65
Quick Start
Install
npx @katomato65/time-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-katomato65-time-mcp": {
"command": "npx",
"args": [
"@katomato65/time-mcp"
]
}
}
}