调整 MCP
一款简单的 MCP 服务器,可与 Adjust API 接口,让您可以从任何 MCP 客户端(例如 Cursor 或 Claude Desktop)访问您的 Adjust 数据。查询报告、指标和效果数据。非常适合按需查询,例如:“2 月 1 日活动的安装量是多少?”
我会随着时间的推移增加对 Adjust API 的更多覆盖,请让我知道您需要哪些工具,或者只需打开 PR。
安装
确保从您的 Adjust 帐户设置中获取您的 Adjust API 密钥。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 mcp-adjust:
要为 Cursor 安装 mcp-adjust,请前往“设置”->“Cursor 设置”->“功能”->“MCP 服务器”->“+ 添加”
选择类型:命令并粘贴以下内容,使用来自 Adjust 的 API 密钥
克隆并在本地运行
克隆此 repo 运行npm run build
将此命令粘贴到 Cursor(或任何 MCP 客户端) node /ABSOLUTE/PATH/TO/mcp-adjust/build/mcp-adjust.js YOUR_ADJUST_API_KEY
示例
- 使用调整报告过去 7 天的收入
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP 服务器与 Adjust API 交互,允许您使用自然语言从任何 MCP 客户端(如 Cursor 或 Claude Desktop)查询移动分析报告、指标和性能数据。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA tool that helps manage and synchronize MCP server configurations across different AI assistant clients (Cline, Roo Code, WindSurf, Claude), automating the process of retrieving, listing, adding, and removing server configurations from client configuration files.Last updated -6162JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that connects to the Ramp API, allowing users to interact with their Ramp financial data through natural language using MCP clients like Cursor or Claude Desktop.Last updated -2TypeScriptMIT License
Fastn Serverofficial
-securityAlicense-qualityAn MCP server that enables dynamic tool registration and execution based on API definitions, providing seamless integration with services like Claude.ai and Cursor.ai.Last updated -11PythonMIT License- AsecurityFlicenseAqualityAn MCP-compatible server that exposes automated API tools to MCP clients like Claude Desktop or Postman, allowing AI assistants to interact with your selected APIs.Last updated -3JavaScript