Epochs
FreeNot checkedProvides current Unix timestamp in seconds, milliseconds, and ISO 8601 format.
About
Provides current Unix timestamp in seconds, milliseconds, and ISO 8601 format.
README
mcp-name: io.github.daedalus/mcp-epochs
MCP tool that provides current Unix timestamp (epochs) to LLMs.
Install
pip install mcp-epochs
Usage
mcp-epochs
This runs the MCP server with STDIO transport. The server provides a get_unix_time tool.
MCP Configuration
{
"mcpServers": {
"mcp-epochs": {
"command": "mcp-epochs"
}
}
}
Development
git clone https://github.com/daedalus/mcp-epochs.git
cd mcp-epochs
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
API
get_unix_time()
Returns the current Unix timestamp as a dictionary with the following keys:
unix_time(int): Current Unix timestamp in seconds since epoch.unix_time_ms(int): Current Unix timestamp in milliseconds since epoch.iso8601(str): Current UTC time in ISO 8601 format (e.g., "2026-03-26T21:30:00Z").
run_server()
Starts the MCP server using STDIO transport for local desktop MCP clients.
Installing Epochs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/daedalus/mcp-epochsFAQ
Is Epochs MCP free?
Yes, Epochs MCP is free — one-click install via Unyly at no cost.
Does Epochs need an API key?
No, Epochs runs without API keys or environment variables.
Is Epochs hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Epochs in Claude Desktop, Claude Code or Cursor?
Open Epochs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Epochs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
