everything vs estonia-ai-kit
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | estonia-ai-kit by stefanoamorelli | |
|---|---|---|
| Stars | ★ 85,748 | ★ 65 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsAI / LLM Toolsgovernment |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
estonia-ai-kit · Summary
Estonia AI Kit provides MCP servers and skills to connect AI models to Estonia's digital infrastructure and government services.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
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
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingestonia-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