Skip to content

Claude Desktop

  1. Get an API key

    In CampaignStack, go to Settings > API Keys and create a key with the scopes you need.

  2. Add to Claude Desktop config

    Connect to the hosted MCP server:

    {
    "mcpServers": {
    "campaignstack": {
    "url": "https://mcp.campaignstack.io/mcp",
    "headers": {
    "Authorization": "Bearer cs_your_api_key_here"
    }
    }
    }
    }
  3. Verify

    Open Claude Desktop and ask: “Use CampaignStack to list my campaigns.”

    Claude should call campaignstack_whoami first (to get the workspace ID), then campaignstack_list_campaigns.

Once connected, try these:

  • “List all my campaigns and show their status”
  • “Search for leads with ‘CTO’ in their title”
  • “Create a new campaign targeting fintech founders in Paris”
  • “What content posts are scheduled for this week?”
  • “Draft a LinkedIn connection message for this lead”