Skip to main content
Glama

Adjust MCP

by bitscorp-mcp

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
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Servidor MCP que interactúa con la API de Adjust, lo que le permite consultar informes de análisis móviles, métricas y datos de rendimiento utilizando lenguaje natural desde cualquier cliente MCP como Cursor o Claude Desktop.

  1. Instalación
    1. Instalación mediante herrería
    2. Clonar y ejecutar localmente
  2. Ejemplos

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      6
      15
      2
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      An 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 -
      2
      MIT License
    • -
      security
      A
      license
      -
      quality
      An 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 -
      11
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An 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 -
      3

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitscorp-mcp/mcp-adjust'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server