
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@katomato65/time-mcp
Advanced tools
A simple Model Context Protocol (MCP) server that provides the current date and time.
npm install -g simple-time-mcp
npx simple-time-mcp
git clone <repository-url>
cd mcp-install
npm install
chmod +x index.js
Add the following to your MCP configuration file (typically ~/.cursor/mcp.json):
{
"mcpServers": {
"simple-time-mcp": {
"command": "node",
"args": ["/path/to/mcp-install/index.js"]
}
}
}
Or if installed globally:
{
"mcpServers": {
"simple-time-mcp": {
"command": "simple-time-mcp"
}
}
}
Get the current date and time.
Parameters:
format (optional): Format of the output
"full" (default): Full date and time"time": Time only"date": Date onlyExample:
// Get full date and time
get_time({ format: "full" })
// Get time only
get_time({ format: "time" })
// Get date only
get_time({ format: "date" })
Once configured, the MCP server will be available in your MCP-compatible client. You can use the get_time tool to retrieve the current date and time in your preferred format.
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
Simple MCP server that tells the time
We found that @katomato65/time-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.