Triplewhale MCP Server
by Triplewhale
The Triplewhale MCP Server allows you to use natural language with Claude Desktop or any MCP Client to interact with your Triplewhale data. It leverages the Model Context Protocol (MCP) to manage context between LLMs and the Triplewhale platform.
Last updated: N/A
What is Triplewhale MCP Server?
The Triplewhale MCP Server is an implementation of the Model Context Protocol (MCP) that enables you to interact with your Triplewhale data using natural language queries through LLMs like Claude. It acts as a bridge between the LLM and your Triplewhale account.
How to use Triplewhale MCP Server?
- Install via Smithery or manually using npm.
- Initialize the server with your Triplewhale API key using the command
npx -y @triplewhale/mcp-server-triplewhale init $TRIPLEWHALE_API_KEY
. - Restart Claude Desktop.
- Start using natural language commands to query your Triplewhale data, such as
what's my meta spend in the last 7 days?
.
Key features of Triplewhale MCP Server
Natural language querying of Triplewhale data
Integration with Claude Desktop and other MCP Clients
Uses the Model Context Protocol (MCP) for standardized context management
Easy installation via Smithery or npm
Use cases of Triplewhale MCP Server
Quickly retrieve key performance indicators (KPIs) using natural language
Analyze revenue and user data trends
Monitor advertising spend and return on ad spend (ROAS)
Generate reports and insights from Triplewhale data using LLMs
FAQ from Triplewhale MCP Server
What is MCP?
What is MCP?
Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems.
What is Claude Desktop?
What is Claude Desktop?
Claude Desktop is an application that can be used as an MCP Client to interact with the Triplewhale MCP Server.
How do I get a Triplewhale API key?
How do I get a Triplewhale API key?
You can generate one through the Triplewhale console. Learn more or click here for quick access.
What Node.js version is required?
What Node.js version is required?
Node.js version 18.0.0 or greater is required.
How do I test changes during development?
How do I test changes during development?
After making changes, restart Claude Desktop to test them.