Content
# Timestamp MCP
A Model Context Protocol server that provides current timestamp information to Claude for time-aware conversations.
## Installation
This MCP server is designed to be used with Claude Desktop. Add it to your Claude configuration:
```json
{
"mcpServers": {
"timestamp": {
"command": "npx",
"args": ["-y", "github:gwendelen/timestamp-mcp"]
}
}
}
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
git
A Model Context Protocol server for Git automation and interaction.