
worldtime mcp server
A timezone MCP server based off OSS TimezoneDB API
Repository Info
About This Server
A timezone MCP server based off OSS TimezoneDB API
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
WorldTime MCP Server
A simple MCP server that allows you to get the current time for an area.
This uses the WorldTime API and TimezoneDB for more timezones.
To use the MCP server and gain access to the TimezoneDB API , register at TimezoneDB and create an API key.
Usage with Claude
In Claude Desktop, add the following to your config:
{
"mcpServers": {
"worldtime": {
"command": "node",
"args": ["/Users/<your-username>/worldtime-mcp-server/dist/index.js"],
"env": {
"TIMEZONE_DB_API_KEY": "<your-timezone-db-api-key>"
}
}
}
}
Debugging with MCP Inspector
To debug the server, you can use the below to test the MCP Inspector, or run npm run inspect.
npx @modelcontextprotocol/inspector worldtime
Quick Start
Clone the repository
git clone https://github.com/usrrname/worldtime-mcp-serverInstall dependencies
cd worldtime-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.