Time MCP
Rank #6,524io.github.yokingma/time-mcp
MCP server providing time-mcp capabilities
Time MCP is a Model Context Protocol (MCP) server published by yokingma. It ranks #6,524 of 115,591 servers tracked on MCP Toplist, and its repository has 71 GitHub stars. Time MCP is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 3 tracked versions. It was first listed on Mar 21, 2025 and most recently updated on Jan 31, 2026.
Ranks ahead of 109,067 of 115,591 servers on MCP Toplist.
Use Time MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add time-mcp -- npx -y time-mcp[mcp_servers.time-mcp]
command = "npx"
args = ["-y", "time-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"time-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yokingma%2Ftime-mcp)<a href="https://mcptoplist.com/server/io.github.yokingma%2Ftime-mcp"><img src="https://mcptoplist.com/badge/io.github.yokingma%2Ftime-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
yokingma
Other servers by yokingma
View all yokingma servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.6 | Jan 31, 2026 |
| 1.0.5 | Oct 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Time MCP?
- Time MCP is maintained by yokingma, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Time MCP listed on the Official MCP Registry?
- Yes — Time MCP is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Time MCP have?
- MCP Toplist tracks 3 versions of Time MCP, most recently published on Jan 31, 2026.
- Where can I find the source code for Time MCP?
- The source code for Time MCP is hosted at github.com/yokingma/time-mcp.