How to Use the Aspire MCP in Cursor
Inject real Aspire creator data and post metrics directly into your Cursor code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aspire MCP to Cursor
Create your Vinkius account to connect Aspire 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.
Code with live Aspire metrics
Building internal dashboards for Aspire requires real numbers, not mock data. Cursor connects to the Aspire MCP Server to pull actual marketing metrics into your IDE. You tell the agent to build a campaign widget, and it runs `list_projects` to populate the UI. Writing frontend components goes faster when the API response is already known. The AI calls `get_project` to see the exact JSON structure of your campaign data. It writes the parsing logic based on real fields instead of guessing.
Build influencer tools in Cursor
Managing talent requires custom internal tooling. Your agent uses `list_project_members` to grab the current roster for a campaign while you write the rendering code. Watching the table populate with actual creator names proves the code works. Fetching specific details helps you test edge cases. Cursor runs `get_member` to pull a creator profile with missing fields or unusual audience numbers. Real data breaks your layout, so you fix the rendering bugs immediately.
Integrate social stats via MCP Server
Tracking engagement involves pulling data from multiple sources. This integration lets Cursor grab Aspire content metrics using `list_posts` while you write the aggregation logic. The agent sees the exact engagement formats. Testing single-post components requires specific metrics. Your AI client triggers `get_post` to pull likes and shares for a single video. Verifying the math in your analytics function requires real social numbers.
Set up Aspire 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 Aspire 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 Aspire transactions." If the MCP tools are loaded correctly, Cursor will call the Aspire tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"aspire-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 Aspire. 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 Aspire MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Aspire MCP today
We host it, we monitor it, we maintain it. You just paste one token.