VOOZH about

URL: https://apify.com/agentify/time-mcp-server

โ‡ฑ Time MCP Server ยท Apify


Pricing

Pay per event + usage

Go to Apify Store

An MCP server implementing the Model Context Protocol (MCP) for time-related operations.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ agentify

agentify

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

5 months ago

Last modified

Share

โฐ Time MCP Server (Apify Actor)

This Actor provides a Model Context Protocol (MCP) server for time and timezone conversion, running on the Apify platform. It enables LLMs and other clients to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.


๐Ÿšฉ Claim this MCP server

All credits to the original authors of https://github.com/modelcontextprotocol/servers/tree/main/src/time To claim this server, please write to ai@apify.com.


Features

  • Current time lookup in any IANA timezone
  • Timezone conversion between arbitrary IANA timezones
  • Automatic system timezone detection (can be overridden)
  • Stdio MCP server integration (runs mcp-server-time via uvx)
  • Pay Per Event (PPE) billing for each tool call
  • Ready for Claude, Zed, VS Code, and other MCP clients

Available Tools

  • get_current_time โ€“ Get current time in a specific timezone or system timezone - Arguments: timezone (string, IANA name, e.g. 'Europe/London')
  • convert_time โ€“ Convert time between timezones - Arguments: source_timezone (string), time (string, HH:MM), target_timezone (string)

Usage

Local run

apify run -p

Example Interactions

Get current time:

{
"name":"get_current_time",
"arguments":{"timezone":"Europe/Warsaw"}
}

Convert time:

{
"name":"convert_time",
"arguments":{
"source_timezone":"America/New_York",
"time":"16:30",
"target_timezone":"Asia/Tokyo"
}
}

Configuration

By default, the Actor launches mcp-server-time via uvx (recommended). To override the system timezone, set the --local-timezone argument in the command.

For pip installs, adjust the command to python and args to ['-m', 'mcp_server_time'] in both src/main.py and your client config.


Billing (Pay Per Event)

Each tool call is billed per event. See .actor/pay_per_event.json and src/const.py:

{
"get_current_time":{"price":0.0005},
"convert_time":{"price":0.0005}
}

Links & Resources


Claim this server

To claim ownership or manage this MCP server, visit the Model Context Protocol claim page.

You might also like

PubMed MCP Server

agentify/pubmed-mcp-server

A server implementing the Model Context Protocol (MCP) for accessing and processing PubMed biomedical literature data

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Mcp Server Generator

fiery_dream/mcp-server-generator

๐Ÿ‘ User avatar

Cody Churchwell

1

Playwright MCP Server

jiri.spilka/playwright-mcp-server

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright

๐Ÿ‘ User avatar

Jiล™รญ Spilka

314

Weather MCP Server

jiri.spilka/weather-mcp-server

A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API

๐Ÿ‘ User avatar

Jiล™รญ Spilka

698

5.0

Firecrawl MCP Server

agentify/firecrawl-mcp-server

A Model Context Protocol (MCP) server implementation that integrates with Firecrawl MCP for web scraping capabilities

Mindmap MCP Server

agentify/mindmap-mcp-server

A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.

Related articles

Build and deploy MCP servers in minutes with a TypeScript template
Read more
Best MCP servers for developers
Read more