InfluIQ MCP Server
Connects AI tools to InfluIQ for analyzing influencers, discovering creators, and generating reputation reports through natural language.
README
InfluIQ MCP Server
Connect your AI tools (Claude Desktop, Cursor, etc.) to InfluIQ to analyze influencers, discover creators, and generate reputation reports — all through natural language.
Prerequisites
- Node.js 18+
- InfluIQ account — sign up at influiq.com
Authentication
You can authenticate in two ways:
Option 1: Browser Login (easiest)
Just use the influiq_login tool — it opens your browser to sign in securely. No API key needed.
Option 2: API Key (best for automation)
- Go to influiq.com and sign in
- Navigate to Settings > API Keys
- Click Generate API Key (requires Pro or Enterprise plan)
- Set the
INFLUIQ_API_KEYenvironment variable in your MCP config
Setup
cd influiq-mcp-server
npm install
npm run build
Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"influiq": {
"command": "node",
"args": ["/path/to/influiq-mcp-server/dist/index.js"],
"env": {
"INFLUIQ_API_KEY": "iq_your_api_key_here"
}
}
}
}
If using browser login instead of API key, omit the
envblock — you'll authenticate via theinfluiq_logintool.
Configure in Cursor
Add to your Cursor MCP settings:
{
"influiq": {
"command": "node",
"args": ["/path/to/influiq-mcp-server/dist/index.js"],
"env": {
"INFLUIQ_API_KEY": "iq_your_api_key_here"
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
INFLUIQ_API_KEY |
No | Your InfluIQ API key (format: iq_...). If not set, use influiq_login tool. |
INFLUIQ_API_URL |
No | Custom API URL (default: https://backend.influiq.com/api) |
INFLUIQ_APP_URL |
No | Custom app URL for login page (default: https://influiq.com) |
Available Tools
Authentication
| Tool | Description |
|---|---|
influiq_login |
Sign in via browser (opens login page) |
influiq_auth_status |
Check current authentication status |
Analysis
| Tool | Description |
|---|---|
influiq_start_analysis |
Start a new influencer analysis (YouTube/Instagram) |
influiq_get_analysis |
Get full analysis results by ID |
influiq_get_analysis_progress |
Poll analysis progress |
influiq_list_analyses |
List past analyses with filters |
influiq_get_dashboard_stats |
Get aggregated stats and credit balance |
Discovery
| Tool | Description |
|---|---|
influiq_discover_influencers |
Search influencers by category, platform, engagement, etc. |
influiq_get_discovery_profile |
Get detailed discovery profile |
influiq_get_discovery_filters |
Get available filter options |
Reputation
| Tool | Description |
|---|---|
influiq_generate_reputation_report |
Generate a reputation report |
influiq_get_reputation_report |
Get a report by ID |
influiq_list_reputation_reports |
List your reports |
Billing
| Tool | Description |
|---|---|
influiq_get_credits_balance |
Check credit balance |
influiq_get_subscription |
Get subscription status and usage |
influiq_list_plans |
List available plans |
Example Prompts
- "Analyze the YouTube channel @MrBeast"
- "Find tech influencers with over 100K followers and high engagement"
- "What's my current credit balance?"
- "Generate a reputation report for instagram.com/therock"
- "Discover beauty influencers in the US who are recently active"
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.