MCP DateTime Server 🕒
Overview
MCP DateTime Server is a specialized tool designed to provide datetime functionality within the Cursor IDE environment, enabling accurate timestamp generation and datetime operations for various applications.
To use MCP DateTime Server, clone the repository, install dependencies using Poetry, and configure it within your Cursor IDE setup to automatically insert timestamps in your projects.
- Current datetime retrieval in ISO 8601 format - Integration with Cursor IDE - Automated changelog generation - Timestamp generation for documentation - Version control support
- Automatically timestamping changelogs
- Updating documentation with last modified timestamps
- Adding timestamps to version control commit messages
- Generating precise timestamps for application logs
- Maintaining audit trails of system modifications
Add to your AI client
Use these steps to connect MCP DateTime Server 🕒 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-mamisoa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mamisoa"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-mamisoa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mamisoa"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-mamisoa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mamisoa"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-mamisoa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mamisoa"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-mamisoa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mamisoa"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-mamisoa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-mamisoa"
]
}
}
}FAQ
What are the prerequisites for using MCP DateTime Server?
You need Python 3.x, Poetry for dependency management, and Cursor IDE installed.
Can I contribute to MCP DateTime Server?
Yes! Contributions are welcome, and you can submit a Pull Request.
What license is MCP DateTime Server under?
This project is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3504,"uuid":"8ba8f9b4-2d9a-4d7b-9ed6-709057b62710","name":"mcp-server","title":"MCP DateTime Server 🕒","description":"","avatar_url":"https://avatars.githubusercontent.com/u/8473545?v=4","created_at":"2025-03-19T22:39:12.208Z","updated_at":"2025-03-19T23:05:30.252Z","status":"created","author_name":"mamisoa","author_avatar_url":"https://avatars.githubusercontent.com/u/8473545?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mamisoa/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"View license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-23 20:09:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]