MCP Server
io.github.infoinlet-marketplace/mcp-time MCP Server
io.github.infoinlet-marketplace/mcp-time
What is the io.github.infoinlet-marketplace/mcp-time MCP server?
Time & date for AI agents — timezones, conversion, date math, diffs, cron, business days.
How to install io.github.infoinlet-marketplace/mcp-time
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-time": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-time"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-time": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-time"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-time": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-time"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-time": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-time"
]
}
}
}Claude Code
claude mcp add mcp-time -- npx -y @infoinlet/mcp-timeRelated MCP servers
Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.
View repository →Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.
View repository →Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.
View repository →Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.
View repository →Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).
View repository →Read-only Elasticsearch/OpenSearch for AI agents — search, indices, mappings, count, health.
View repository →