what is mcp-adjust?
mcp-adjust is a simple MCP server that interfaces with the Adjust API, allowing users to access and query their Adjust data from any MCP client like Cursor or Claude Desktop.
how to use mcp-adjust?
To use mcp-adjust, you need to install it via Smithery or clone the repository and run it locally. Make sure to obtain your Adjust API key from your Adjust account settings.
key features of mcp-adjust?
- Interfaces with the Adjust API for data access
- Allows querying of reports, metrics, and performance data
- Supports on-demand lookups for campaign data
use cases of mcp-adjust?
- Querying install numbers for specific campaigns.
- Accessing revenue reports for the last 7 days.
- Integrating Adjust data into various MCP clients for analysis.
FAQ from mcp-adjust?
- How do I install mcp-adjust?
You can install it via Smithery or clone the repository and run it locally using your Adjust API key.
- What clients can I use with mcp-adjust?
mcp-adjust works with MCP clients like Cursor and Claude Desktop.
- Is there ongoing support for the Adjust API?
Yes, the project is continuously updated to cover more features of the Adjust API.
# Adjust MCP [\](https://smithery.ai/server/@bitscorp-mcp/mcp-adjust)
Simple MCP server that interfaces with the Adjust API, allowing you to talk to your Adjust data from any MCP client like Cursor or Claude Desktop. Query reports, metrics, and performance data. Great for on-demand look ups like: "What's the install numbers for the Feb 1 campaign?"
I am adding more coverage of the Adjust API over time, let me know which tools you need or just open a PR.
Installation
Make sure to get your Adjust API key from your Adjust account settings.
Installing via Smithery
To install adjust-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@dragonkhoi/adjust-mcp):
```bash npx -y @smithery/cli install @bitscorp-mcp/mcp-adjust --client claude ```
To install adjust-mcp for Cursor, go to Settings -> Cursor Settings -> Features -> MCP Servers -> + Add
Select Type: command and paste the below, using your API key from Adjust ``` npx -y @smithery/cli@latest run @bitscorp/mcp-adjust --config "{\"apiKey\":\"YOUR_ADJUST_API_KEY\"}" ```
Clone and run locally
Clone this repo Run `npm run build` Paste this command into Cursor (or whatever MCP Client) `node /ABSOLUTE/PATH/TO/adjust-mcp/build/mcp-adjust.js YOUR_ADJUST_API_KEY`
Examples
- use adjust report revenue for the last 7 days