MCP server for InfluenceFlow — search creators, manage campaigns, and analyze influencer marketing performance through AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"influenceflow-mcp-se": {
"command": "npx",
"args": [
"-y",
"srgirsky/influenceflow-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add influenceflow-mcp-se npx -y srgirsky/influenceflow-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"influenceflow-mcp-se": {
"command": "npx",
"args": [
"-y",
"srgirsky/influenceflow-mcp-server"
]
}
}
}