InfluIQ MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@InfluIQ MCP ServerAnalyze the YouTube channel @MrBeast"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: creatordb-mcp-server
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 buildConfigure 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 |
| No | Your InfluIQ API key (format: |
| No | Custom API URL (default: |
| No | Custom app URL for login page (default: |
Available Tools
Authentication
Tool | Description |
| Sign in via browser (opens login page) |
| Check current authentication status |
Analysis
Tool | Description |
| Start a new influencer analysis (YouTube/Instagram) |
| Get full analysis results by ID |
| Poll analysis progress |
| List past analyses with filters |
| Get aggregated stats and credit balance |
Discovery
Tool | Description |
| Search influencers by category, platform, engagement, etc. |
| Get detailed discovery profile |
| Get available filter options |
Reputation
Tool | Description |
| Generate a reputation report |
| Get a report by ID |
| List your reports |
Billing
Tool | Description |
| Check credit balance |
| Get subscription status and usage |
| 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"
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tommysdaniel/influiq-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server