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"
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。