The BrandJet AI Model Context Protocol (MCP) server exposes your workspace as a set of tools your AI assistant can call directly. Once connected, you can ask Claude Desktop or ChatGPT to launch campaigns, enrich leads, find prospects, and analyse replies — without ever opening the BrandJet UI.
What MCP gives you
Roughly 66 tools covering leads, campaigns, accounts, mentions, workflows, and analytics.
Read and write access to your workspace, scoped to the workspace your token belongs to.
The same data Artemis sees, but in your local AI assistant of choice.
Before you start
You need a Pro plan or higher (SaaS) or AppSumo Tier 1+ to use the MCP server.
Generate an MCP token from Settings → API and MCP → Generate token. Keep it private; it grants workspace access.
Claude Desktop
Open your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the BrandJet server:
{ "mcpServers": { "brandjet": { "command": "npx", "args": ["-y", "@brandjet/mcp"], "env": { "BRANDJET_MCP_TOKEN": "your-token-here" } } } }Restart Claude Desktop. You should see brandjet in the connected servers list.
Try a prompt: List my five most active campaigns and their reply rates.
ChatGPT (Custom GPTs and MCP integration)
Open ChatGPT and go to Settings → Tools → MCP servers.
Click Add server and choose Remote MCP.
Server URL:
https://mcp.brandjet.ai/v1Auth: Bearer token, paste the token from BrandJet.
Click Connect. Once verified, the BrandJet tools appear in any chat.
Cursor, Cline, and other MCP-compatible clients
Use the same config pattern as Claude Desktop (stdio with @brandjet/mcp) or the remote URL pattern for HTTP-based clients. The token is the same either way.
Useful prompts
Find 50 Series B SaaS CMOs in North America and import them into a list called Q3-icp.
Pause my Outbound EU campaign and replace its sending inboxes with my new domain.
Show me all replies from the last 7 days classified as interested.
Add the company at acme.com to my mentions watchlist.
Permissions and safety
The token has the same permissions as your user inside the workspace it was generated in.
Destructive actions (delete lead, send message, launch campaign) require an explicit confirmation step in the AI tool call.
You can revoke a token any time from Settings → API and MCP. Revoke before changing devices.
Tier and tool availability
All MCP tools are available at Tier 1 and above. Some heavy actions (bulk enrichment, large lead finder runs) consume more credits than light ones — see the MCP authorization article for details.