now-mcp
Click on "Install 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., "@now-mcpwhat's the current time and date?"
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.
now-mcp
A small MCP server that gives Claude the current date and time. Paste a URL, done.
Why I made this
English: I needed time-awareness in my own Claude workflow. Claude doesn't know the current date or time by default — it guesses or refuses. So I built this for myself. Anthropic will probably ship this natively at some point; when they do, this becomes obsolete and that's fine.
日本語: 自分の作業に時間の感覚が必要だったから作っただけ。Claudeはデフォルトで日付も時刻も知らない(推測するか答えない)。Anthropicがいずれ公式対応するはずで、そうなったらこれは不要になる。それでいい。
Related MCP server: DateTime MCP Server
How to use
claude.ai → Settings → Connectors → Add custom connector
Paste this URL:
https://now-mcp.jyagunii.workers.dev/mcpThat's it. No setup, no copy-paste prompts.
Custom MCP connectors on claude.ai require Pro / Max / Team / Enterprise plans (Free added MCP support in Feb 2026).
Optional: pin your timezone
Append ?tz= with your IANA timezone for guaranteed accuracy:
https://now-mcp.jyagunii.workers.dev/mcp?tz=Asia/TokyoTo find your timezone, visit: https://now-mcp.jyagunii.workers.dev/
What it does
One tool: get_current_time(timezone?)
Returns ISO 8601 timestamp, human-readable time, weekday, unix milliseconds
Timezone resolution: argument → URL param
?tz=→ Cloudflare geolocation → UTC
Example response
{
"iso": "2026-05-08T13:09:20+09:00",
"human": "2026-05-08 13:09 Fri (Asia/Tokyo)",
"timezone": "Asia/Tokyo",
"weekday": "Fri",
"unix_ms": 1778632000000,
"_timezone_source": "argument"
}_timezone_source indicates where the timezone came from: argument, url_param, cloudflare_geo, or fallback.
Where it works, where it doesn't
Works
claude.ai web/mobile users with default location settings
Users with
?tz=...URL param setUsers running Now Extension for Claude (Chrome extension that injects timestamps)
Doesn't work
Users who disabled location in Claude privacy settings
VPN users (gets the VPN exit node's timezone)
Direct Anthropic API users (no system prompt with location)
Other MCP clients (Cursor, Zed, etc. — depends on the client)
These are mostly technical users. If that's you, just pass the timezone argument explicitly, set the URL param, fork the repo, or self-host. You can solve it.
Why MCP alone can't perfectly handle "world support"
Documenting this because it took a while to figure out:
MCP protocol has no way to convey user locale to the server. Confirmed in the official spec.
For remote MCP servers, the request comes from the AI provider's datacenter, not the user. Verified: Claude calls reach this server from
Anthropic, PBCin Virginia, not from the user's actual location.The AI must read user location from its system prompt and pass it as an argument. This is the only viable path, and it depends on the AI's judgment — not 100% reliable.
This is a structural limitation of MCP, not a bug.
Self-host
git clone https://github.com/jyagunii-bot/now-mcp.git
cd now-mcp
npm install
npx wrangler login
npm run deployRuns on Cloudflare Workers free tier.
Customize
Edit src/index.ts:
tools[0].description— how Claude perceives the toolinstructions(in theinitializehandler) — operating rules sent to ClauderesolveTimezone()— fallback behavior
Then npm run deploy.
Companion
🔗 Now Extension for Claude — Chrome extension that injects current timestamp into every message. Works alongside this MCP for full accuracy in Chrome.
License
MIT — no warranty, use at your own risk.
Author
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides current time and date information with timezone support and multiple formatting options. Enables AI assistants to answer time-related queries in different timezones with detailed temporal information.217MIT
- AlicenseAqualityCmaintenanceProvides LLMs with current date and time information across any timezone, with configurable defaults and support for IANA timezone identifiers.1283Apache 2.0
- AlicenseAqualityNot gradedmaintenanceProvides AI assistants with real-time date, time, and timezone information, enabling them to access current temporal data, format dates, calculate day of week, and work with different timezones.47
- FlicenseNot gradedqualityDmaintenanceProvides the current date and time in the user's timezone through a simple tool with no parameters required.27,645
Related MCP Connectors
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Timezone MCP — wraps WorldTimeAPI (free, no auth)
Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jyagunii-bot/now-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server