Tick MCP

An MCP time server that keeps your AI honest about time. Your AI assistant has no clock. It guesses time from context - and in long chats it fails: calls a 10-minute-old message "yesterday", says "good night" at 2 PM, plans "tomorrow" from a date three days stale. If you run multi-day working sessions with Claude, you've seen it. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-13 · ★ 6 · #769 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Tick MCP

Claude Code

claude mcp add cocabadger-tick-mcp --transport http https://tick-mcp-production.up.railway.app/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cocabadger-tick-mcp": {
      "url": "https://tick-mcp-production.up.railway.app/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://tick-mcp-production.up.railway.app/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to tick-mcp-production.up.railway.app

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-07-12 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.Cocabadger is GitHub-verified and matches the repo owner

03 · Who maintains Tick MCP

tick-mcp is maintained by cocabadger. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
other - ranked #769 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Cocabadger/tick-mcp (active, first published 2026-07-12 · 2 versions)

05 · Tick MCP FAQ

What is Tick MCP?

An MCP time server that keeps your AI honest about time. Your AI assistant has no clock. It guesses time from context - and in long chats it fails: calls a 10-minute-old message "yesterday", says "good night" at 2 PM, plans "tomorrow" from a date three days stale. If you run multi-day working sessions with Claude, you've seen it. It is available as a remote MCP endpoint.

Is Tick MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-13. We re-verify nightly.

How do I install Tick MCP?

Run `claude mcp add cocabadger-tick-mcp --transport http https://tick-mcp-production.up.railway.app/mcp`. You can also paste the ready-made client config above.

Does Tick MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Tick MCP

More MCP servers to compare · Codelogic MCP Server · Procm · Afip · Andreani · Bcra

More Python MCP servers · Codealive MCP · Kiln · Codesurface · Unity API Documentation · see all