Audiense Insights MCP 服务器

Audiense Insights MCP 服务器

基于模型上下文协议 (MCP) 的服务器,允许 Claude 等客户端与 Audiense Insights 账户交互。

快速入门

前置条件

  • 安装 Node.js (v18 或更高版本)
  • 获取 Audiense Insights API 凭证
  • 可选:X/Twitter API Bearer Token

安装

通过 Smithery 自动安装:

npx -y @smithery/cli@latest install @AudienseCo/mcp-audiense-insights --client claude

配置

  1. 编辑 Claude Desktop 的配置文件:
    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %AppData%\Claude\claude_desktop_config.json
  2. 添加以下内容:
"mcpServers": {
  "audiense-insights": {
    "command": "/opt/homebrew/bin/node",
    "args": ["/ABSOLUTE/PATH/TO/YOUR/build/index.js"],
    "env": {
      "AUDIENSE_CLIENT_ID": "your_client_id_here",
      "AUDIENSE_CLIENT_SECRET": "your_client_secret_here",
      "TWITTER_BEARER_TOKEN": "your_token_here"
    }
  }
}
  1. 保存并重启 Claude Desktop。

使用工具

支持的工具包括:获取报告、受众洞察、影响者分析等。详情参考 README。