mcpbeat Sign in

findtime.io MCP Server

local only

findtime.io MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 17 Sep 2026.

MCP server for time in cities around the world, time zones, DST, conversion, and meetings.

Installs per day peak 32 · avg 9 · +26% w/w
a month agotoday
69
Installs / week
npm · @findtime/mcp-server
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check findtime.io MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add findtime-mcp-server -- npx -y @findtime/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "findtime-mcp-server": {
      "args": [
        "-y",
        "@findtime/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.findtime-mcp-server]
command = "npx"
args = ["-y", "@findtime/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "findtime-mcp-server": {
      "args": [
        "-y",
        "@findtime/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "findtime-mcp-server": {
      "args": [
        "-y",
        "@findtime/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FINDTIME_TIME_API_KEY (findtime.io developer API key used to authenticate requests to the Time API.), FINDTIME_TIME_API_BASE_URL (Optional override for the Time API base URL. Defaults to https://time-api.findtime.io.), FINDTIME_MCP_CLIENT_TYPE (Optional client hint for transport behavior, such as cursor or codex.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to findtime.io MCP Server

same job, measured the same way
Timezone World Clock Meeting Slots Overlap Ics
by theluckystrike

Time zone conversion, meeting-slot finding across countries, DST checks and .ics invites. All.

11 tools answering
Timezone
by theluckystrike

Time zone conversion, meeting-slot finding across countries, DST checks and .ics invites. All.

local only
Time MCP Server
by lchinglen

MCP server for timezone conversions and time queries with support for IANA timezones

80 installs/wk local only
Findyourfivepm
by findyourfivepm

Discover cities where it's currently 5PM around the world with timezone and location data.

2 tools answering
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

66 installs/wk local only
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Timestamp
by ryudi84

MCP server for timestamp conversion — Unix, ISO 8601, relative time

local only

findtime.io MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for findtime.io MCP Server?
findtime.io MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @findtime/mcp-server was installed 69 times last week.
How do I connect findtime.io MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @findtime/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use findtime.io MCP Server?
The npm package @findtime/mcp-server was installed 69 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is findtime.io MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.