filesystem vs MCP_Server
并排对比,帮你在这两个 MCP server 之间做选择。
filesystem by modelcontextprotocol | MCP_Server by ThomasJanssen-tech | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30天用量 | — | — |
| 综合分 | 77 | 28 |
| 官方 | ✓ | — |
| 分类 | 本地文件系统开发者工具效率工具 | AI / LLM 工具网页抓取开发者工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 10 个月前 |
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
MCP_Server · 概述
通过 Claude Desktop 查询 Crunchbase 公司数据的 Python MCP 服务器。
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
MCP_Server · 使用场景
- 研究 Crunchbase 上的公司及其数据
- 通过公司信息分析市场趋势
- 竞争情报收集
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 中安装。
MCP_Server · 安装
安装
- 安装 UV
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh- 下载 Claude Desktop
从 https://claude.ai/download 下载
- 克隆仓库:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server- 添加 Bright Data API 密钥
获取 $15 Bright Data 积分: https://brdta.com/tomstechacademy 将 .env.example 重命名为 .env 并添加您的 Bright Data API 密钥
- 配置 Claude Desktop
uv run mcp install main.py使用
执行以下命令:
uv run download_data.py
uv run ingest_data.py