Simple MCP server that tells the time
claude mcp add time-mcp -- npx -y @katomato65/time-mcp
claude_desktop_config.json
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"@katomato65/time-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"@katomato65/time-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"@katomato65/time-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"time-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@katomato65/time-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"@katomato65/time-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.KatoMato65--time-mcp/reviews or the review_server meta-tool.
POST /mcp