Get Started

How to Search for Influencers from Claude, ChatGPT, or Windsurf Using MCP

Install one MCP server and search for influencers directly from Claude, ChatGPT, or Windsurf. Step-by-step setup guide with real examples.
March 18, 2026
How to Search for Influencers from Claude, ChatGPT, or Windsurf Using MCP

48% of marketers cite influencer discovery as their biggest challenge. 100% of them still use spreadsheets at some point in the process. The average gifting campaign takes 70 hours of manual work — most of it spent searching, vetting, and organizing creators across tabs and tools.

But here's the shift that's happening right now: what if you could search for creators directly from the AI tool you already use? No new dashboard to learn. No filters to configure. No spreadsheets to maintain. Just describe who you're looking for in plain English, and get results back inside the same conversation where you're planning the campaign.

That's exactly what MCP makes possible. This guide walks you through what MCP is, why it matters for influencer marketing, and how to set it up step by step — whether you're using Claude, ChatGPT, Windsurf, or another AI tool.

What Is an MCP Server?

MCP stands for Model Context Protocol. It was created by Anthropic and is now a Linux Foundation standard with 97 million monthly SDK downloads and over 10,000 servers in the ecosystem. It's supported by Claude, ChatGPT, Gemini, Cursor, Windsurf, VS Code, and a growing list of AI tools.

The simplest way to think about it: MCP lets AI tools use external software the same way a browser uses websites. When you install an MCP server, you're giving your AI tool a new capability — like the ability to search for influencers, query a database, or interact with a platform — as a native function it can call during a conversation.

In practice, this means you can give Claude (or ChatGPT, or Windsurf) the ability to search for influencers as a built-in capability. Not by copy-pasting between tabs. Not by uploading CSVs. The AI tool calls the influencer platform directly, gets structured data back, and uses it in your conversation.

Why Influencer Marketing Is a Perfect MCP Use Case

Not every software category benefits equally from MCP integration. Influencer marketing happens to be one of the best fits, for several reasons.

Influencer search is inherently natural language. When a brand manager writes a campaign brief, it reads like this: “Find me fitness creators in Austin who review protein bars and have a predominantly male audience aged 25–35.” That maps perfectly to how AI tools work. You describe what you want, and the AI understands intent directly.

Filter-based tools force a translation step. Traditional influencer platforms require you to take that campaign brief and translate it into dropdown selections — location: Austin, category: fitness, follower count: 10K–100K, engagement rate: above 3%. That translation loses nuance. “Creators who review protein bars” is not the same as “category: fitness.” AI understands the difference.

Cross-platform data needs suit tool-calling patterns. A proper influencer evaluation requires audience demographics, content tone analysis, brand safety signals, and engagement quality — all from different data sources. MCP's tool-calling architecture handles this naturally, pulling from multiple endpoints in a single conversation.

Marketers are already heading this direction. 36.67% of marketers already use AI primarily for creator discovery — it's the number one AI use case in influencer marketing. MCP just removes the friction of switching between your AI tool (where you're planning) and your influencer platform (where you're searching).

How to Set It Up: Step by Step

This takes about five minutes. You do not need to be a developer. If you can copy and paste a few lines of text, you can do this.

Step 1: Install the MCP server

The Influship MCP server is distributed as an npm package. Run this in your terminal:

npx -y influship-mcp@latest

That's it for installation. The package handles its own dependencies.

Step 2: Add the config to your AI tool

Every AI tool that supports MCP uses a JSON configuration file to know which servers are available. Add the following config:

{
  "mcpServers": {
    "influship_api": {
      "command": "npx",
      "args": ["-y", "influship-mcp"],
      "env": {
        "INFLUSHIP_API_KEY": "your-api-key-here"
      }
    }
  }
}

Where this goes depends on which tool you use:

  • Claude Desktop: Settings → Developer → Edit Config
  • Claude Code: Run claude mcp add influship_mcp_api --header “X-API-Key: your-key” --transport http https://influship-api.stlmcp.com
  • Windsurf: MCP settings panel in the editor
  • ChatGPT: Plugin/MCP settings (available in ChatGPT Plus)
  • Cursor: Settings → Tools & MCP → New MCP Server
  • VS Code: Command Palette → MCP: Open User Configuration

Step 3: Authenticate

Authentication uses an API key. Generate one from your Influship API dashboard and pass it as the INFLUSHIP_API_KEY environment variable in your MCP config (as shown above). If you're using the remote HTTP transport (for Claude Code), pass it as an X-API-Key header instead.

Step 4: Run your first search

Open your AI tool and type a natural language query. For example:

Find micro-influencers in sustainable fashion based in London with 10K–100K followers and high engagement rates.

The AI tool calls the Influship MCP server, which searches across 5M+ creator profiles and returns ranked results. Each result includes audience demographics, engagement data, brand safety scores, and AI-generated insights — all displayed directly in your conversation.

Step 5: Refine and go deeper

Because you're working inside a conversation, you can follow up naturally:

  • “Show me the audience demographics for the top 3.”
  • “Which of these creators have posted about skincare in the last 30 days?”
  • “Compare their engagement rates against category benchmarks.”
  • “Draft outreach emails for the top 5 based on their content style.”

Each follow-up query can trigger additional MCP tool calls, pulling more data without you ever leaving the conversation.

What You Can Actually Do With It

Four real use cases, with example queries you can try today.

Campaign planning

You're in Claude planning a Q3 campaign. Instead of switching to another tool, you ask: “Find 20 micro-influencers in sustainable fashion who post Reels at least 3 times per week.” The MCP server searches Influship's 5M+ profiles and returns ranked results with match scores. You can then ask for audience overlap analysis, content frequency data, or estimated CPM — all in the same conversation.

Creator vetting

Before reaching out to a creator, ask: “Analyze @creator_handle for brand safety and audience authenticity.” You get back a full profile with fake follower detection, content tone analysis, and audience demographics — without leaving your conversation. No need to open a separate dashboard, run a separate report, and cross-reference the results.

Competitive research

“Which creators have posted about [competitor brand] in the last 90 days?” Use this to find creators who are already talking about your category, understand competitor influencer strategy, and identify creators who might be open to switching or adding brand partnerships.

Developer automation

For technical teams, the same MCP server powers autonomous AI agent workflows. An AI agent can search for creators, evaluate them against criteria, score them, and output a qualified shortlist — all without human intervention. This is particularly powerful for agencies managing multiple campaigns simultaneously, or platforms building influencer features into their own products.

How This Compares to Other Approaches

There are several ways to connect AI tools to influencer data. Here's an honest comparison.

Native MCP server (Influship)

Direct tool calls to the platform. Real-time data, full search and analysis capabilities. No middleware, no extra cost beyond your Influship plan. The server is purpose-built for influencer discovery, so the tool definitions, response formats, and error handling are all optimized for this use case.

Zapier/Composio MCP wrappers (Modash, HypeAuditor, Influencers.club)

Third-party middleware that wraps existing APIs. This approach adds latency, additional cost, and limited functionality compared to native integrations. You're going through an intermediary, which means slower responses, less control over the data format, and dependence on a third party maintaining the wrapper. Better than nothing, but it's a meaningful step down from a native server.

No MCP at all (Grin, CreatorIQ)

Some platforms offer AI features locked inside their proprietary dashboards. There's no way to access creator data from external AI tools — you have to use their interface, their workflow, their way. If you're already using Claude or ChatGPT as your planning hub, this creates a permanent context-switching tax.

REST API directly

Powerful and flexible, but requires writing code. MCP is for AI tools and non-developers; the REST API is for engineering teams building custom integrations. They serve different audiences — and Influship offers both. For a deeper look at all available connections, see the integrations page.

For detailed comparisons of how Influship stacks up against specific platforms, see the comparison hub.

Frequently Asked Questions

Can Claude actually find influencers?

Yes, with the Influship MCP server installed. Claude can search 5M+ creator profiles using natural language, analyze audience data, and evaluate brand safety — all within your conversation. The same applies to ChatGPT, Windsurf, and any other AI tool that supports MCP.

What influencer marketing tools have MCP servers?

Influship has a native MCP server built specifically for influencer discovery. Modash, HypeAuditor, and Influencers.club have third-party Zapier/Composio wrappers. Grin and CreatorIQ don't offer MCP access. AnyTag (AnyMind Group) also has a native server.

Do I need to be a developer to use this?

No. Adding an MCP server means copying a JSON config into your AI tool's settings. If you can edit a text file, you can set this up. The entire process takes about five minutes.

How much does it cost?

The MCP server itself is free. You need an Influship account (free trial available, plans from $50/mo) or API credits ($0.01/credit) for the underlying searches. There are no additional fees for using the MCP server on top of your existing plan.

Is MCP better than just using Influship directly?

Different tools for different workflows. The Influship dashboard gives you a visual interface for browsing, managing, and organizing creators. MCP lets you search from within your AI tool without switching context. Many users use both — the dashboard for campaign management and the MCP server for discovery and research sessions inside Claude or ChatGPT.

Getting Started

The setup is five minutes. The MCP server is free. The searches use your existing Influship plan or API credits. If you're already using Claude, ChatGPT, or Windsurf for campaign planning, this removes the context switch between planning and discovery.

Start a free trial on Influship — no credit card required, no sales call needed.