MCP Catalogs
首页

everything vs estonia-ai-kit

并排对比,帮你在这两个 MCP server 之间做选择。

everything
by modelcontextprotocol
estonia-ai-kit
by stefanoamorelli
Stars★ 85,748★ 65
30天用量
综合分7746
官方
分类
开发者工具AI / LLM 工具其它
开发者工具AI / LLM 工具government
实现语言TypeScriptTypeScript
最近提交本月本月

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

estonia-ai-kit · 概述

爱沙尼亚 AI 工具包提供 MCP 服务器和技能,将 AI 模型与爱沙尼亚数字基础设施和政府服务连接起来。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

estonia-ai-kit · 使用场景

  • AI 助手访问爱沙尼亚商业登记数据
  • 通过 AI 代理自动化税务申报
  • 构建与爱沙尼亚数字身份系统集成的应用程序

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

estonia-ai-kit · 安装

MCP 服务器

# 安装依赖项
bun install

# 构建所有包
bun run build

添加到 Claude Desktop 配置中:

{
  "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 工具

# 安装 EMTA CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/emta@latest

# 安装 LHV CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/lhv@latest
对比内容由 README + GitHub 公开数据自动生成,定期更新。