MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by gwendelen

Created 9/3/2025
Updated 4 days ago
Repository documentation and setup instructions

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:

{
  "mcpServers": {
    "timestamp": {
      "command": "npx",
      "args": ["-y", "github:gwendelen/timestamp-mcp"]
    }
  }
}
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-timestamp-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "gwendelen-timestamp-mcp": { "command": "npx", "args": [ "gwendelen-timestamp-mcp" ] } } }