Datetime MCP Server
by bossjones
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UV_PUBLISH_TOKEN | No | Your PyPI token for publishing | |
UV_PUBLISH_PASSWORD | No | Your PyPI password for publishing | |
UV_PUBLISH_USERNAME | No | Your PyPI username for publishing |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
summarize-notes | Creates a summary of all notes |
schedule-event | Helps schedule an event at a specific time |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Current DateTime | The current date and time |
Today's Date | Today's date in ISO format |
Current Time | The current time in 24-hour format |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
add-note | Add a new note |
get-current-time | Get the current time in various formats |
format-date | Format a date string according to the specified format |