bitscorp_mcp_mcp_adjust

bitscorp_mcp_mcp_adjust

by bitscorp-mcp

Installing via Smithery

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

bitscorp-mcp / mcp-adjust Public

1 star
0 forks
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

bitscorp-mcp/mcp-adjust

main

2 Branches
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

oivoodoo
oivoodoo

fix typos

Mar 16, 2025

175a384
 · Mar 16, 2025

History
-------

17 Commits

| | |
| src | | src | change api endpoint for adjust | Mar 14, 2025 |
| .gitignore | | .gitignore | 1.0.1 change index.js to mcp-adjust.js | Mar 14, 2025 |
| Dockerfile | | Dockerfile | Update Dockerfile | Mar 14, 2025 |
| README.md | | README.md | fix typos | Mar 16, 2025 |
| bun.lockb | | bun.lockb | prototype adjust api reporting | Mar 14, 2025 |
| eslint.config.js | | eslint.config.js | prototype adjust api reporting | Mar 14, 2025 |
| package-lock.json | | package-lock.json | fix typos | Mar 16, 2025 |
| package.json | | package.json | fix typos | Mar 16, 2025 |
| smithery.yaml | | smithery.yaml | 1.0.1 change index.js to mcp-adjust.js | Mar 14, 2025 |
| tsconfig.json | | tsconfig.json | prototype adjust api reporting | Mar 14, 2025 |
| View all files | | |

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Readme

Activity

Custom properties

Stars

1 star

Watchers

1 watching

Forks

0 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Contributors 2


Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
1 GitHub Stars

Repository Info

bitscorp-mcp Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300