Adspirer MCP 广告管理服务器

Adspirer MCP 广告管理服务器

为 Adspirer 提供的模型上下文协议 (MCP) 服务器,通过 AI 助手简化广告活动管理。

快速入门

1. 获取 API 密钥

访问 Adspirer.com 注册并连接您的广告账户,获取 API 密钥。

2. 安装服务器

运行以下命令全局安装服务器: npm install -g adspirer-mcp-server

执行配置命令: adspirer-mcp config 输入您的 API 密钥完成设置。

3. 配置 Claude Desktop

如果需要手动配置,请编辑 Claude 配置文件,添加以下内容:

{
  "mcpServers": {
    "adspirer": {
      "command": "adspirer-mcp",
      "args": ["start"],
      "env": {
        "API_KEY": "您的_API_密钥"
      }
    }
  }
}

保存到对应路径(macOS: ~/Library/Application Support/Claude/claude_desktop_config.json,Windows: %APPDATA%\Claude\claude_desktop_config.json)。

4. 开始使用

启动 Claude 并提问,例如:

  • "我的广告活动本周表现如何?"
  • "显示最佳关键词的表现图表"

更多帮助请参考 文档支持页面