MCP Catalogs
首页

everything vs arxiv-latex-mcp

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

everything
by modelcontextprotocol
arxiv-latex-mcp
by takashiishida
Stars★ 85,748★ 131
30天用量
综合分7748
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具知识库 / RAG开发者工具
实现语言TypeScriptPython
最近提交本月本月

everything · 概述

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

arxiv-latex-mcp · 概述

MCP服务器通过获取arXiv论文的原始LaTeX源码,帮助LLM更好地处理数学内容。

everything · 使用场景

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

arxiv-latex-mcp · 使用场景

  • 分析数学论文,其中公式呈现至关重要
  • 研究包含技术符号的复杂科学主题
  • 精确总结或翻译学术论文内容

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

arxiv-latex-mcp · 安装

安装

Claude Desktop

  1. 从[发布页面](https://github.com/takashiishida/arxiv-latex-mcp/releases/)下载.mcpb文件
  2. 双击.mcpb文件通过桌面扩展进行安装

其他MCP客户端

将以下配置添加到MCP配置文件:

{
  "mcpServers": {
    "arxiv-latex-mcp": {
      "command": "uvx",
      "args": ["arxiv-latex-mcp"]
    }
  }
}

手动安装

使用pip安装:pip install arxiv-latex-mcp 然后运行:arxiv-latex-mcp

对比内容由 README + GitHub 公开数据自动生成,定期更新。