- Home
- MCP servers
- Temporal
Temporal
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"stefanveliki-temporal-mcp": {
"command": "vreme-temporal-mcp",
"args": [],
"env": {
"YOUR_ENV_PLACEHOLDER": "<YOUR_ENV_PLACEHOLDER>"
}
}
}
}Vreme Temporal MCP adds rich temporal awareness to your AI assistants. It provides accurate time across 200+ timezones, cultural calendar data, prayer times, astronomical events, and context-aware activity recommendations, so you can ask questions about time, dates, and culture with confidence.
How to use
You integrate the Temporal MCP with your MCP client to enrich responses with time, calendars, and contextual timing information. After you enable the MCP server in your client, you can ask natural questions like what time it is in a city, whether it is a suitable time for a call, or when a holiday or festival occurs in a given locale. The server processes queries through the Vreme Time API and returns full temporal context alongside your regular results.
How to install
Prerequisites you need before installing: Node.js and npm (Node Package Manager). Ensure you have internet access during installation.
Install the MCP server globally so you can run it from any client.
npm install -g @vreme/temporal-mcp
Additional configuration and usage notes
Configure your MCP client to load the Temporal MCP as a server. For Claude Desktop on macOS, add an MCP server entry with the command you will run to start the Temporal MCP.
{
"mcpServers": {
"vreme": {
"command": "vreme-temporal-mcp",
"args": []
}
}
}