mcp time for Claude Desktop
io.github.mcpcentral-io/mcp-time
Time MCP server via HTTP
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:6
Install mcp time in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-time": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.time.mcpcentral.io"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs