MCP Catalogs
首页

korean-crypto-mcp vs everything

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

korean-crypto-mcp
by koreafintech
everything
by modelcontextprotocol
Stars★ 0★ 85,748
30天用量
综合分3677
官方
分类
金融数据AI / LLM 工具其它
开发者工具AI / LLM 工具其它
实现语言PythonTypeScript
最近提交3 个月前本月

korean-crypto-mcp · 概述

提供实时韩国加密货币市场数据的MCP服务器,包括泡菜溢价跟踪和交易所比较。

everything · 概述

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

korean-crypto-mcp · 使用场景

  • 加密货币交易员监控泡菜溢价以寻找套利机会
  • 需要实时韩国加密货币市场数据进行分析的AI代理
  • 比较不同市场汇率的金融分析师
  • 需要跟踪价格差异的自动交易系统

everything · 使用场景

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

korean-crypto-mcp · 安装

安装

通过Smithery安装:

smithery install koreafintech/korean-crypto-mcp

实时服务器地址:

https://web-production-fa47d.up.railway.app

Claude Desktop配置

添加到您的Claude Desktop config.json:

{
  "mcpServers": {
    "korean-crypto": {
      "command": "npx",
      "args": ["korean-crypto-mcp"],
      "env": {}
    }
  }
}

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
对比内容由 README + GitHub 公开数据自动生成,定期更新。