meridian-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meridian-mcpWhat time is it now in São Paulo, Auckland, and London?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
meridian-mcp
An MCP server that helps LLMs reason about time across distributed teams: convert between timezones, look up current times around the world, and find overlapping working-hour slots for meetings.
Built in TypeScript on the official MCP SDK. Works with Claude Desktop, Claude Code, and any other MCP-compatible client.
Tools
Tool | What it does |
| Convert a time (HH:mm or full ISO) from one IANA timezone to another. Reports the day delta. |
| Returns the current local time for each IANA timezone in a list. |
| Given participants in different timezones (with optional working hours) and a target date, returns the overlapping working window and a suggested slot in everyone's local time. |
Related MCP server: MCP Node Time
Install
git clone https://github.com/marcusicaro/meridian-mcp.git
cd meridian-mcp
npm install
npm run buildUse with Claude Desktop
Add the server to claude_desktop_config.json:
{
"mcpServers": {
"meridian": {
"command": "node",
"args": ["/absolute/path/to/meridian-mcp/dist/index.js"]
}
}
}Restart Claude Desktop. The three tools become available to the model.
Use with Claude Code
claude mcp add meridian -- node /absolute/path/to/meridian-mcp/dist/index.jsExample prompts
"What time is it now in São Paulo, Auckland, and London?"
"If our standup is at 09:30 in America/Sao_Paulo on 2026-05-20, what time is that in Pacific/Auckland?"
"Find a 45-minute meeting slot on 2026-05-22 that works for Marcus in São Paulo (09:00–18:00) and Lin in Auckland (09:00–17:00)."
Development
npm run dev # tsc --watch
npm start # run the built server on stdioThe server speaks MCP over stdio. To inspect it manually, use the MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsLicense
MIT — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Timezone MCP — wraps WorldTimeAPI (free, no auth)
Time zone conversion, meeting-slot finding across countries, DST checks and .ics invites. All.
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
MCP server providing attendance data queries via the CloudTime API.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.-
- AlicenseAqualityDmaintenanceA MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.44MIT
- FlicenseNot gradedqualityDmaintenanceA minimal MCP server that provides current time information with configurable timezone support set on the client side.-
- AlicenseAqualityBmaintenanceFree, keyless MCP server for timezone conversion, world clock, DST-aware date arithmetic, and cross-timezone meeting scheduling using IANA timezones.9MIT