Adjust Reporting Server
Access your Adjust data seamlessly from any MCP client. Query reports, metrics, and performance data on-demand to gain insights into your campaigns. Perfect for quick lookups like install numbers for specific campaigns.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install bitscorp-mcp/mcp-adjust -c claudeThis command will automatically install and configure the Adjust Reporting Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Adjust Reporting Server": {
"command": "npx",
"args": [
"-y",
"mcp-adjust"
],
"env": {
"YOUR_ADJUST_API_KEY": "${input:your_adjust_api_key}"
}
}
}
}Adjust MCP
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 mcp-adjust for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @bitscorp/mcp-adjust --client claude
To install mcp-adjust 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/mcp-adjust/build/mcp-adjust.js YOUR_ADJUST_API_KEY
Examples
- use adjust report revenue for the last 7 days
Stars
1Forks
3Last commit
8 months agoRepository age
8 months
Auto-fetched from GitHub .
MCP servers similar to Adjust Reporting Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit