- Explore MCP Servers
- mcp-server-triplewhale
Mcp Server Triplewhale
What is Mcp Server Triplewhale
The mcp-server-triplewhale is a Model Context Protocol (MCP) server designed for managing context between large language models (LLMs) and external systems, specifically for use with Triplewhale.
Use cases
Use cases include querying net profit, ranking countries by revenue, and analyzing advertising performance metrics over specified time periods.
How to use
To use mcp-server-triplewhale, install it via Smithery with the command ‘npx -y @smithery/cli install triplewhale --client claude’. Then, initialize it with your Triplewhale API key using ‘npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY’ and restart Claude Desktop.
Key features
Key features include integration with Claude Desktop, support for natural language queries to retrieve data from Triplewhale, and compatibility with Node.js version 18.0.0 or higher.
Where to use
mcp-server-triplewhale can be used in data analytics, marketing performance tracking, and any application requiring interaction with large language models for data retrieval and analysis.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Triplewhale
The mcp-server-triplewhale is a Model Context Protocol (MCP) server designed for managing context between large language models (LLMs) and external systems, specifically for use with Triplewhale.
Use cases
Use cases include querying net profit, ranking countries by revenue, and analyzing advertising performance metrics over specified time periods.
How to use
To use mcp-server-triplewhale, install it via Smithery with the command ‘npx -y @smithery/cli install triplewhale --client claude’. Then, initialize it with your Triplewhale API key using ‘npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY’ and restart Claude Desktop.
Key features
Key features include integration with Claude Desktop, support for natural language queries to retrieve data from Triplewhale, and compatibility with Node.js version 18.0.0 or higher.
Where to use
mcp-server-triplewhale can be used in data analytics, marketing performance tracking, and any application requiring interaction with large language models for data retrieval and analysis.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Triplewhale MCP Server
Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Triplewhale.
This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Triplewhale, e.g.:
Was my net profit positive last month?.Rank countries by order revenue and new users for the last quarter..Give me ads ROAS over the last 7 days and break it out by attribution model?
Claude Setup
Installing via Smithery
To install Triplewhale MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install triplewhale --client claude
Requirements
- Node.js >= v18.0.0
- Claude Desktop
- Triplewhale API key - you can generate one through the Triplewhale console. Learn more or click here for quick access.
How to use locally
- Run
npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY - Restart Claude Desktop
- You should now be able to try a simple command such as
what's my meta spend in the last 7 days?
Supported Tools
moby
Development with Claude Desktop
npm install
npm run build
npm run watch # You can keep this open.
node dist/index.js init $TRIPLEWHALE_API_KEY
Then, restart Claude each time you want to test changes.
Testing
To run the tests you need to setup the .env file according to the .env.example file.
npm run test
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










