time vs estonia-ai-kit
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | estonia-ai-kit by stefanoamorelli | |
|---|---|---|
| Stars | ★ 85,748 | ★ 65 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Toolsgovernment |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
estonia-ai-kit · Summary
Estonia AI Kit provides MCP servers and skills to connect AI models to Estonia's digital infrastructure and government services.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
estonia-ai-kit · Use cases
- AI assistants accessing Estonian business registry data
- Automating tax declarations through AI agents
- Building applications that integrate with Estonia's digital identity system
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}estonia-ai-kit · Install
MCP Servers
# Install dependencies
bun install
# Build all packages
bun run buildAdd to Claude Desktop configuration:
{
"mcpServers": {
"estonia-rik": {
"command": "node",
"args": ["/path/to/estonia-ai-kit/mcp/rik/dist/index.js"]
},
"estonia-open-data": {
"command": "node",
"args": ["/path/to/estonia-ai-kit/mcp/open-data/dist/index.js"]
}
}
}CLI Tools
# Install the EMTA CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/emta@latest
# Install the LHV CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/lhv@latest