ads-mcp vs everything
并排对比,帮你在这两个 MCP server 之间做选择。
ads-mcp by amekala | everything by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 44 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 48 | 77 |
| 官方 | — | ✓ |
| 分类 | 电商开发者工具效率工具 | 开发者工具AI / LLM 工具其它 |
| 实现语言 | Jupyter Notebook | TypeScript |
| 最近提交 | 本月 | 本月 |
ads-mcp · 概述
支持谷歌广告、Meta广告、领英广告和TikTok广告的MCP服务器,提供175+广告管理工具。
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
ads-mcp · 使用场景
- 从单一界面创建和管理多个平台的广告活动
- 分析广告活动性能并获得优化建议
- 使用实际CPC数据和竞争分析研究关键词
- 自动化计划简报、性能监控和跨平台报告
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
ads-mcp · 安装
安装
Claude Desktop
- 打开设置 > 连接器 > 添加自定义连接器
- 名称:**Ads MCP**
- URL:
https://mcp.adspirer.com/mcp - 完成OAuth 2.1登录
Claude Code
- 运行
/plugin marketplace add amekala/ads-mcp - 运行
/plugin install adspirer - 运行
/mcp— 找到 **plugin:adspirer:adspirer** 并点击进行身份验证
Cursor
添加到 ~/.cursor/mcp.json:
{
"mcpServers": {
"adspirer": {
"url": "https://mcp.adspirer.com/mcp"
}
}
}Gemini CLI
gemini extensions install github.com/amekala/ads-mcpeverything · 安装
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