Get StartedMarch 18, 2026

Influencer Marketing MCP Server: Search for Creators from Claude, ChatGPT, or Cursor

The first MCP server for influencer marketing. Search 5M+ creators from Claude, ChatGPT, or Cursor with natural language. Step-by-step setup guide.

Elliot Padfield
By Elliot Padfield
Influencer Marketing MCP Server: Search for Creators from Claude, ChatGPT, or Cursor

Influencer discovery usually starts with a campaign brief, then turns into repeated searches, profile checks, and shortlist decisions across several tabs. An MCP server lets an AI tool make those calls directly while you keep the brief and the results in one conversation.

A shift is happening: you can now search for creators directly from the AI tool you use every day. 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.

MCP makes this possible. This guide walks you through what MCP is, why it matters for influencer marketing, and how to set it up step by step. The instructions work for Claude, ChatGPT, Windsurf, and other AI tools.

What Is an Influencer Marketing MCP Server?

MCP stands for Model Context Protocol. It was created by Anthropic and is now a Linux Foundation project. It's supported by Claude, ChatGPT, 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 (searching for influencers, querying a database, or interacting 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 runs on 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.

Creator research needs several related calls. Search finds candidates, profile and creator lookups add context, post retrieval shows recent work, and match scoring evaluates campaign fit. MCP lets an assistant chain those tools in one conversation. The current public creator-search surface covers Instagram.

The practical gain is less context switching. MCP keeps the campaign brief, tool calls, returned evidence, and shortlist discussion in the AI tool where you are already planning the work.

How to Set It Up: Step by Step

The setup is short and does not require application code. You need permission to add an MCP server in your client and an Influship API key or linked account.

Step 1: Add the MCP server to your AI tool

The Influship MCP server is hosted at https://mcp.influship.com/mcp. There's nothing to install for clients that support remote HTTP servers. Config-based clients can use the following API-key setup; connector-based clients add the URL and complete OAuth account linking.

json
{
  "mcpServers": {
    "influship": {
      "url": "https://mcp.influship.com/mcp",
      "headers": {
        "X-API-Key": "your-api-key-here"
      }
    }
  }
}
Influship SDK: check the latest reference at docs.influship.com

Where this goes depends on which tool you use:

  • Claude Desktop: Customize → Connectors → Add custom connector. Enter https://mcp.influship.com/mcp, then complete account linking.
  • Claude Code: Run claude mcp add influship --transport http https://mcp.influship.com/mcp --header “X-API-Key: your-key”
  • Cursor: Open MCP settings and paste the JSON above.
  • VS Code: Run MCP: Add Server, or add the server to .vscode/mcp.json under the top-level servers object. VS Code does not use Cursor's mcpServers key.
  • Eligible ChatGPT workspaces: Enable developer mode, create a custom app from Settings → Apps, and use https://mcp.influship.com/mcp as the remote MCP endpoint. Complete account linking when prompted.
  • Stdio-only clients: Bridge with npx -y mcp-remote https://mcp.influship.com/mcp --header “X-API-Key:your-key”

Step 2: Authenticate

Config-based clients use an API key. Generate one from your Influship API dashboard and pass it as the X-API-Key header, as shown above. Claude Desktop, ChatGPT, and other account-linking clients can use OAuth. In both cases, calls use the metering and rate limits for the linked Influship account.

Step 3: 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 semantic_search_creators, which returns ranked Instagram creator results with match information. It can then use get_profile, get_creator, get_posts, or match_creators when the conversation needs more evidence.

Step 4: Refine and go deeper

Because you're working inside a conversation, you can follow up with more questions:

  • “Pull the full Instagram profiles for the top 3.”
  • “Which of these creators have posted about skincare in the last 30 days?”
  • “Compare their follower counts, engagement rates, and recent posting activity.”
  • “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, then inspect their recent posts to compare Reels frequency.” The MCP server can return ranked Instagram results, retrieve recent posts for the candidates you keep, and score a selected group against the campaign brief.

Creator vetting

Before reaching out to a creator, ask: “Pull @creator_handle on Instagram, show recent posts, and score the creator against this brief.” The assistant can combine profile data, recent content, and the match response without making you copy results between tools.

Competitive research

For creators already on your shortlist, ask: “Inspect their recent posts and identify any mentions of [competitor brand].” The assistant can retrieve available post pages and show the content evidence it finds. The MCP surface does not provide an unlimited historical post search across every creator.

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 for human review. Agencies managing multiple campaigns and platforms building influencer features into their own products get the most value here.

For an end-to-end worked example, see how to build an automated influencer marketing pipeline in Claude Code, covering discovery, vetting, outreach, monitoring, and agentic payments with request examples throughout.

How This Compares to Other Approaches

There are several ways to connect AI tools to influencer data. This is how they compare.

Native MCP server (Influship)

Direct tool calls to the platform, with no separate MCP surcharge. The server exposes 14 tools for creator lookup, semantic search, autocomplete, lookalikes, matching, profiles, posts, and raw Instagram post and transcript retrieval.

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

Third-party middleware can expose an existing integration through MCP. Check the wrapper's current tool list, authentication model, pricing, and maintenance status before choosing it, because those details depend on both the underlying API and the wrapper.

No MCP at all (Grin, CreatorIQ)

A platform without an MCP server can still expose an API or dashboard workflow. If your AI tool is the planning hub, compare the available integration surface before assuming it can call creator-search and vetting functions directly.

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 connected. Claude can run natural-language Instagram creator searches, retrieve profiles and posts, find lookalikes, and score creators against a campaign brief. The same tool surface is available to other clients that support remote MCP servers and either API-key headers or OAuth account linking.

What influencer marketing tools have MCP servers?

Influship has a hosted MCP server built specifically for influencer discovery. The wider MCP directory changes quickly, so verify each provider's current server, authentication, and tool list before relying on a comparison.

Do I need to be a developer to use this?

No. Setup depends on the client: it may use a command, a JSON configuration, or a custom-app form. You need permission to add the server plus an API key or linked Influship account.

How much does it cost?

There is no separate MCP surcharge. Tool calls use the same credit prices as the underlying API endpoints, with one credit priced at $0.01. See the current pricing page before estimating a workflow.

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. You can use the dashboard for campaign management and the MCP server for discovery and research sessions inside Claude or ChatGPT.

Getting Started

There is no separate MCP surcharge. Tool calls use the API account and credit prices attached to your credential. If you use Claude, ChatGPT, or Windsurf for campaign planning, this keeps planning and discovery in the same conversation.

Create an Influship developer account and generate an API key in the dashboard.