filesystem vs vibe-marketing
并排对比,帮你在这两个 MCP server 之间做选择。
filesystem by modelcontextprotocol | vibe-marketing by synthetic-ci | |
|---|---|---|
| Stars | ★ 85,748 | ★ 6 |
| 30天用量 | — | — |
| 综合分 | 77 | 37 |
| 官方 | ✓ | — |
| 分类 | 本地文件系统开发者工具效率工具 | AI / LLM 工具效率工具其它 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 10 个月前 |
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
vibe-marketing · 概述
专注于营销的MCP服务器,提供社交媒体的钩子、文案框架和内容优化工具。
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
vibe-marketing · 使用场景
- 为不同平台创建引人入胜的社交媒体钩子
- 将经过验证的文案框架应用于营销内容
- 验证和针对特定社交媒体平台优化内容
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 中安装。
vibe-marketing · 安装
安装
您可以从smithery.ai安装此服务器,访问Vibe Marketing [服务器页面](https://smithery.ai/server/@synthetic-ci/vibe-marketing)并按照您客户端的连接说明进行操作。
Claude Desktop配置
将以下内容添加到您的claude_desktop_config.json中:
{
"mcpServers": {
"vibe-marketing": {
"command": "npx",
"args": ["@synthetic-ci/vibe-marketing"]
}
}
}