Time
Freeby MCP Community
A mcp server providing standardized tools to perform time and date-related operations
v0.4.0Added Apr 12, 2026
mcpmcp-servermcp-toolsmodelcontextprotocol
Time MCP Server
A mcp server providing standardized tools to perform time and date-related operations
Installation
Reviews
Installation
Quick install
npx -y @theo.foobar/mcp-time
Add to claude_desktop_config.json
{
"mcpServers": {
"time": {
"command": "npx",
"args": ["-y", "@theo.foobar/mcp-time"]
}
}
}