passage-of-time-mcp

jlumbroso/passage-of-time-mcp
★ 713 stars Python 🤖 AI/LLM Updated 2mo ago
🤖🕰️ An MCP server that gives language models temporal awareness and time calculation abilities. Teaching AI the significance of the passage of time through collaborative tool development.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "passage-of-time-mcp": {
      "command": "uvx",
      "args": [
        "passage-of-time-mcp"
      ]
    }
  }
}

Or install with pip: pip install passage-of-time-mcp