Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Meridian

БесплатноНе проверен

A timezone-aware MCP server that converts times, looks up current local times, and finds overlapping working-hour slots for distributed teams.

GitHubEmbed

Описание

A timezone-aware MCP server that converts times, looks up current local times, and finds overlapping working-hour slots for distributed teams.

README

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_time Convert a time (HH:mm or full ISO) from one IANA timezone to another. Reports the day delta.
current_time Returns the current local time for each IANA timezone in a list.
find_meeting_slot 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.

Install

git clone https://github.com/marcusicaro/meridian-mcp.git
cd meridian-mcp
npm install
npm run build

Use 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.js

Example 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 stdio

The server speaks MCP over stdio. To inspect it manually, use the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

License

MIT — see LICENSE.

from github.com/marcusicaro/meridian-mcp

Установить Meridian в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install meridian-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add meridian-mcp -- npx -y meridian-mcp

FAQ

Meridian MCP бесплатный?

Да, Meridian MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Meridian?

Нет, Meridian работает без API-ключей и переменных окружения.

Meridian — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Meridian в Claude Desktop, Claude Code или Cursor?

Открой Meridian на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Meridian with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication