Adjust

by bitscorp-mcp

1 stars
398 downloads
Not rated
GitHub

About

Integrates with Adjust API to enable natural language queries for marketing analytics data, including campaign performance metrics and reports without leaving your chat interface.

Details

Author
bitscorp-mcp
Repository
bitscorp-mcp/mcp-adjust
GitHub stars
1
Downloads
398
Categories
Developer Tools, Design, Workplace, AI, Community, Search, API, Frontend, Other
Tags
#data-science, #analytics

- Interfaces with the Adjust API for report and metric queries.
- Works with any MCP client (Cursor, Claude Desktop, etc.).
- On-demand lookup of performance data such as install numbers.
- Simple installation via Smithery or local clone.
- Supports natural language queries like “What’s the install numbers for the Feb 1 campaign?”

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Adjust
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /ABSOLUTE/PATH/TO/mcp-adjust/build/mcp-adjust.js
    • Argument 2 YOUR_ADJUST_API_KEY

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Make sure to get your Adjust API key from your Adjust account settings.

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\"}"

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "adjust": {
            "env": {},
            "args": [
                "/ABSOLUTE/PATH/TO/mcp-adjust/build/mcp-adjust.js",
                "YOUR_ADJUST_API_KEY"
            ],
            "shell": false,
            "command": "node"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "/ABSOLUTE/PATH/TO/mcp-adjust/build/mcp-adjust.js",
        "YOUR_ADJUST_API_KEY"
    ],
    "shell": false,
    "command": "node"
}

Macos

{
    "env": [],
    "args": [
        "/ABSOLUTE/PATH/TO/mcp-adjust/build/mcp-adjust.js",
        "YOUR_ADJUST_API_KEY"
    ],
    "shell": false,
    "command": "node"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "node",
        "/ABSOLUTE/PATH/TO/mcp-adjust/build/mcp-adjust.js",
        "YOUR_ADJUST_API_KEY"
    ],
    "shell": false,
    "command": "cmd"
}

Adjust MCP

smithery badge

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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.