How to Use the Influencers Club MCP in Cursor
Feed real-time creator metrics and audience data directly into your Cursor workspace using this dedicated MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Influencers Club MCP to Cursor
Create your Vinkius account to connect Influencers Club to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject real creator profiles directly into your Cursor code
Stop writing mock data or using stale JSON stubs when you can pull live data with `search_creators`. This MCP Server lets Cursor run queries in Agent mode to fetch live, verified creator profiles directly from the API. Your agent can pull actual payloads to structure your database schemas or test UI components. This means you write code against real-world creator data from day one, saving hours of manual API testing.
Automate audience overlap logic in your editor
If you are building a tool to audit influencer campaigns, use `get_audience_overlap` to write and test your deduplication logic. Cursor calls the tool, grabs the overlap percentage, and writes the processing code for you. You can also use `get_similar_creators` to test recommendation algorithms. Having the actual API responses inside your editor makes it incredibly easy to map data fields without leaving your code file.
Enrich user databases during active development
When building onboarding flows, use `enrich_by_email` or `enrich_by_handle` to test how your system handles incoming user profiles. Your editor pulls real social data to populate your test database instantly. Keep an eye on your development costs by letting Cursor run `get_usage` and `get_user_info`. This keeps you updated on your remaining API credits right inside your terminal or chat panel.
Set up Influencers Club MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Influencers Club MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Influencers Club transactions." If the MCP tools are loaded correctly, Cursor will call the Influencers Club tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"influencers-club-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Influencers Club. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Influencers Club MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Influencers Club MCP today
We host it, we monitor it, we maintain it. You just paste one token.