filesystem vs arxiv-latex-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
filesystem by modelcontextprotocol | arxiv-latex-mcp by takashiishida | |
|---|---|---|
| Stars | ★ 85,748 | ★ 131 |
| 30天用量 | — | — |
| 综合分 | 77 | 48 |
| 官方 | ✓ | — |
| 分类 | 本地文件系统开发者工具效率工具 | AI / LLM 工具知识库 / RAG开发者工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
arxiv-latex-mcp · 概述
MCP服务器通过获取arXiv论文的原始LaTeX源码,帮助LLM更好地处理数学内容。
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
arxiv-latex-mcp · 使用场景
- 分析数学论文,其中公式呈现至关重要
- 研究包含技术符号的复杂科学主题
- 精确总结或翻译学术论文内容
filesystem · 安装
安装
使用 NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}使用 Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code 扩展
点击 README 中的安装按钮直接在 VS Code 中安装。
arxiv-latex-mcp · 安装
安装
Claude Desktop
- 从[发布页面](https://github.com/takashiishida/arxiv-latex-mcp/releases/)下载
.mcpb文件 - 双击
.mcpb文件通过桌面扩展进行安装
其他MCP客户端
将以下配置添加到MCP配置文件:
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "uvx",
"args": ["arxiv-latex-mcp"]
}
}
}手动安装
使用pip安装:pip install arxiv-latex-mcp 然后运行:arxiv-latex-mcp