Integration Preparation
Service deployment needs to be completed first, optionally:local operation(development testing) orcloud deployment(production environment). Recommended platforms such as Render.com for stable hosting.
Specific configuration steps
- Get the service endpoint:The default address for local deployments is http://0.0.0.0:8000/sse, while cloud deployments use the public URL provided by the platform
- Claude Configuration:
- Open the Claude Desktop Edition Settings screen
- Locate the Add Integrations option
- Enter the full SSE endpoint address (e.g. https://your-domain.ngrok-free.app/sse)
- Connection Verification:After restarting Claude, you can test if the service is working by sending time-related commands
caveat
- Ensure network connectivity, firewalls need to open port 8000
- Be aware of the free version connection expiration date when using ngrok!
- It is recommended to monitor the communication logs in server.log
This answer comes from the articlePassage of Time MCP: A Service Providing Time-Awareness and Computational Capabilities for Language ModelingThe