BrandJet AI
    HomePricing
    Contact us
    Get Started
    Quickstart
    Email Outreach
    Email Infrastructure
    Connect Email Accounts
    Campaigns & Sequences
    Deliverability & Analytics
    Social & Multichannel
    Connect Social Channels
    Multichannel Campaigns
    Leads
    Find & Enrich Leads
    Import & Manage Lists
    Recurring Lead Collection
    Billing & Workspace
    Plans, Trials & Limits
    AppSumo, BYOK & Upgrades
    Workspace, Team & Account
    Replies & Unibox
    Unibox & Snippets
    Workflows
    Workflow Builder
    Lifecycle Sequences
    Artemis (AI Assistant)
    Getting Started with Artemis
    Troubleshooting Artemis
    Integrations & Developers
    MCP Server
    Connect the MCP server to Claude or ChatGPTFix MCP authorization errors and tier gating
    REST API & Webhooks
    CRM Integrations
    Slack, Discord & Notifications
    Monitoring & Intelligence
    Mentions
    Competitor & Social Tracking
    Content Feed & Website Analytics
    AI / LLM Monitoring
    Press & PR Tools
    Press Outreach
    AI Agents
    Agent Types & Setup
    Help Center/Integrations & Developers/MCP Server

    6 min read

    Connect the MCP server to Claude or ChatGPT

    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

    1. Open your Claude Desktop config file:

      • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

      • Windows: %APPDATA%\Claude\claude_desktop_config.json

    2. Add the BrandJet server:

      {
        "mcpServers": {
          "brandjet": {
            "command": "npx",
            "args": ["-y", "@brandjet/mcp"],
            "env": {
              "BRANDJET_MCP_TOKEN": "your-token-here"
            }
          }
        }
      }
    3. Restart Claude Desktop. You should see brandjet in the connected servers list.

    4. Try a prompt: List my five most active campaigns and their reply rates.

    ChatGPT (Custom GPTs and MCP integration)

    1. Open ChatGPT and go to Settings → Tools → MCP servers.

    2. Click Add server and choose Remote MCP.

    3. Server URL: https://mcp.brandjet.ai/v1

    4. Auth: Bearer token, paste the token from BrandJet.

    5. 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.