Skip to content
Last updated

Connect your AI tools directly to the Influencers Club API — search creators, pull profiles, and analyze audiences from your editor or assistant.

Before you start
An API key from the Influencers Club dashboard.
uv installed — run pip install uv if you don't have it yet.

Setup

Every tool needs your API key as an environment variable called INFLUENCERS_CLUB_API_KEY. Cursor and VS Code offer a one-click install — add the key in the server settings after. Other tools use a config file or command.

Cursor

Install in Cursor

Click to install automatically, then open Cursor Settings → MCP → influencers-club and add your API key as an environment variable.

Or paste this into your Cursor MCP config manually:

{
  "mcpServers": {
    "influencers-club": {
      "command": "uvx",
      "args": ["influencers-club-mcp"],
      "env": {
        "INFLUENCERS_CLUB_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

VS Code

Install in VS Code

Click to install automatically, then open .vscode/mcp.json and add the environment variable with your key.

Or create .vscode/mcp.json in your workspace manually:

{
  "servers": {
    "influencers-club": {
      "command": "uvx",
      "args": ["influencers-club-mcp"],
      "env": {
        "INFLUENCERS_CLUB_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Also works with GitHub Copilot Chat in VS Code.

Claude Desktop

Add to your Claude Desktop configuration file:

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

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "influencers-club": {
      "command": "uvx",
      "args": ["influencers-club-mcp"],
      "env": {
        "INFLUENCERS_CLUB_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Restart Claude Desktop after saving.

Claude Code

Run in your terminal:

claude mcp add influencers-club -e INFLUENCERS_CLUB_API_KEY=YOUR_API_KEY -- uvx influencers-club-mcp

Other MCP Clients

Any tool that supports the Model Context Protocol can connect. The configuration uses the same parameters across tools:

ParameterValue
Commanduvx
Argumentsinfluencers-club-mcp
EnvironmentINFLUENCERS_CLUB_API_KEY = your key

Example config (Windsurf, n8n, Continue, Zed, ChatGPT Desktop, and most other MCP-compatible tools accept this shape):

{
  "influencers-club": {
    "command": "uvx",
    "args": ["influencers-club-mcp"],
    "env": {
      "INFLUENCERS_CLUB_API_KEY": "YOUR_API_KEY"
    }
  }
}

Check your tool's MCP documentation for any wrapper around this (e.g., some tools nest it under mcpServers or servers).

What you can do

DiscoverySearch and filter creators across Instagram, TikTok, YouTube, Twitter, and Twitch.
EnrichmentPull detailed profiles — engagement rates, growth trends, content performance, connected socials.
Audience AnalyticsDemographics, geography, interests, brand affinities, credibility, and reachability.
LookalikesFind similar creators based on audience overlap and content similarity.
Batch OperationsEnrich creator lists in bulk with CSV or JSON export.
Post AnalyticsIndividual post data, comments, transcripts, and audio analysis.