Creator data for AI agents, via MCP.

Give Claude, Cursor, and any MCP-compatible client direct access to 340M+ creator profiles. Discover, enrich, and analyze creators – all through natural language.

Works with Claude Cursor VS Code Windsurf Zed and any MCP client
What it is

The largest creator dataset – now a tool your AI can call.

The Influencers.club MCP server is an official Model Context Protocol integration that connects any MCP-compatible AI client to the world’s largest creator database. Instead of manually scraping, writing API wrappers, or copy-pasting into spreadsheets, your AI agent just asks for what it needs – and gets structured creator data back.

Search, enrich, analyze, and export. From one chat. In any client.

340M+ creator profiles

Powered by the world’s largest creator database

Your AI agent taps into 340M+ creator profiles across every major social and creator platform. Verified emails, full social graphs, and 200+ data points per creator – returned as structured JSON, ready for the agent to reason over.

No scraping, no stale CSVs. Just real-time creator intelligence delivered straight into your agent’s context.

47 platforms, one graph

Full cross-platform coverage, in one tool call

Instagram, TikTok, YouTube, Twitter/X, Twitch, OnlyFans, Patreon, LinkedIn – plus 39 more. Ask your agent to map a creator’s entire social footprint and it comes back with every linked account.

Perfect for cross-platform attribution, creator CRM enrichment, or resolving a single email to every profile that creator owns.

200+ data points

A full creator profile – parsed and reasoned over

Every enrichment call returns a structured profile your agent can analyze directly: verified email, phone, bio, audience demographics, engagement distribution, posting patterns, brand collaborations, monetization signals, affiliate links, and more.

Ask your agent to “score these 20 creators for a skincare launch” – and it has everything it needs to actually answer.

What the MCP exposes

Every creator workflow, as a tool call

The MCP server ships with the full Influencers.club toolkit – ready for your agent to invoke.

discover_creators

Search 340M+ creators with natural-language AI search plus 40+ structured filters – location, follower range, engagement, niche, bio keywords, and more.

enrich_by_handle

Turn any handle or profile URL into a full creator record – verified email, phone, audience data, lookalikes.

enrich_by_email

Reverse-lookup any email into its linked creator profile and social graph across 47 platforms.

find_similar_creators

Find lookalikes of any creator – matched on niche, engagement, audience, and content patterns.

connected_socials

Resolve a single creator into every linked account across all platforms they’re active on.

audience_overlap

Compare 2-10 creators and see shared vs unique audience – perfect for campaign mix planning.

get_creator_posts

Pull recent posts with captions, hashtags, engagement – so agents can reason over actual content.

discover_creators_to_file

Search and export up to 500 creators directly to CSV – ready for outreach tools or CRM import.

Use cases

What you can build with creator data in your AI stack

One MCP server. Every creator workflow that used to need a custom pipeline.

Natural-language creator discovery

Tell your agent “find me 100 micro-influencers in US skincare with 4%+ engagement.” It calls the MCP, filters the database, and hands back the list – in chat.

Agentic CRM enrichment

Drop a list of emails into chat. Your agent enriches each into a creator profile, resolves social handles, and syncs the data back to your CRM or warehouse.

AI-drafted creator outreach

Agent pulls a creator’s recent posts, identifies what they care about, and drafts personalized outreach emails – all without leaving the chat.

Campaign lookalike expansion

Give your agent your best-performing creator. It finds 100 lookalikes, scores them against your ICP, and returns a prioritized shortlist.

Audience overlap analysis

“Which of these 5 creators have the least audience overlap?” The agent runs the analysis and recommends your campaign mix – with Venn diagrams.

Product features, faster

Prototype creator-facing features inside Cursor or VS Code. Your agent can search, enrich, and test against real data while you build.

Setup in 2 minutes

Install once, use in any MCP client

The server is open-source on GitHub. Works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any other MCP-compatible client.

  1. 1

    Get your API key

    Sign up at dashboard.influencers.club – 10 free credits included.

  2. 2

    Add the server to your client config

    Paste the snippet into your Claude Desktop, Cursor, or VS Code config file.

  3. 3

    Restart and start asking

    “Find 50 fitness creators on Instagram.” Your agent calls the MCP and returns results.

/ ~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "influencers-club": {
      "command": "npx",
      "args": [
        "-y",
        "@influencers-club/mcp"
      ],
      "env": {
        "INFLUENCERS_CLUB_API_KEY": "your_key_here"
      }
    }
  }
}

Full install guides for every client in the GitHub repo →

FAQ

Everything about the Influencers.club MCP

What is the Influencers.club MCP server?

The Influencers.club MCP server is an official Model Context Protocol integration that lets AI agents call Influencers.club directly. Instead of you writing API code, your agent – Claude, Cursor, VS Code Copilot, or any MCP-compatible client – uses natural language to search 340M+ creator profiles, enrich handles into full records, and analyze audiences.

What is MCP (Model Context Protocol)?

MCP is an open standard created by Anthropic that lets AI assistants connect to external tools and data sources through a single protocol. Think of it as USB-C for AI agents: one connection, works with every compatible client. The Influencers.club MCP exposes creator data as tools any MCP client can call.

Which AI clients support the Influencers.club MCP?

The MCP server runs locally (stdio) and works with any MCP host that supports local servers:

  • Claude Desktop, Claude Code, and Claude in Chrome
  • Cursor
  • VS Code with GitHub Copilot
  • Windsurf
  • Zed, Continue, and other MCP hosts

Install the server once – it works across every client you use.

What about ChatGPT? ChatGPT supports remote MCP connectors in Developer Mode (Plus/Pro/Business/Enterprise) but does not connect to local servers. A hosted remote endpoint is on our roadmap – talk to us if you need it today.

What data can my AI agent access through the MCP?

The MCP exposes the full Influencers.club toolkit:

  • Creator discovery with AI search and 40+ filters
  • Enrichment by handle, profile URL, or email
  • Verified creator emails and phone numbers
  • Cross-platform social graph mapping (47 platforms)
  • Lookalike creator search
  • Audience demographics and overlap analysis
  • Recent posts, captions, and engagement data
  • Brand collaborations and monetization signals
Do I need an Influencers.club account to use the MCP?

Yes. The MCP server uses your Influencers.club API key, which you get by signing up at dashboard.influencers.club. New accounts include 10 free export credits, so you can test everything end-to-end before committing to a plan.

How does pricing work with the MCP?

The MCP server itself is free and open-source. You pay for the Influencers.club credits your agent consumes – same usage-based pricing as the API. Credits roll over, and you can start free.

How is this different from the Clay or n8n integration?

Clay and n8n are no-code automation platforms – great for visual workflows. The MCP is designed for AI-native workflows: your agent decides which tool to call and when, driven by a natural-language prompt. Use the MCP when you want Claude or Cursor to do the work. Use Clay or n8n when you want to build a fixed, triggered pipeline.

Is the MCP server secure?

The MCP server runs locally in your environment and talks to the Influencers.club API using your own API key. No data is routed through third parties. The source code is public on GitHub for full review.

Can I build AI agents and products on top of the MCP?

Absolutely. The MCP is designed for AI agencies, creator-economy startups, and product teams building agentic workflows. Pair it with Claude Agent SDK, LangGraph, or any agent framework to give your agents real creator intelligence.

Plug creator data into your AI stack

Install the MCP server, grab your free API key, and start asking your agent about creators in under 2 minutes.