How to Use the Curator.io MCP in Cursor
Inject live social feed data into your codebase using Cursor via the MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Curator.io MCP to Cursor
Create your Vinkius account to connect Curator.io 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.
Build Feed UIs Faster in Cursor
Writing frontend components for social walls sucks when you have to mock the data. Cursor changes that by calling `list_feed_posts` directly through the MCP Server. The editor fetches real social posts, complete with timestamps and origins, and writes the rendering logic based on actual API payloads. You stop guessing what the data structure looks like. When you need to build a pagination component, the agent runs `get_feed_post_count` to grab the total number of items. It then writes the exact TypeScript interfaces required for your specific Curator.io setup.
Audit Feed Configurations
Sometimes a social wall stops updating on your live site. You can ask your editor to debug the issue by running `list_active_feeds`. Cursor checks the feed status management boundary and tells you exactly which IDs are currently operational. Finding the root cause often means checking the sources. Your agent executes `list_feed_sources` to inspect the connection parameters. If an Instagram token expired, `list_social_connections` confirms the authentication state right in your IDE terminal pane.
Automate Moderation Rule Checks
Hardcoding bad-word filters is a waste of time if Curator.io already handles it. You can tell your AI client to fetch the active filters using `list_moderation_rules`. It reads the exclusion patterns and can write local fallback logic if needed. Verifying specific campaign settings happens through `get_feed_details`. The agent pulls the design configurations and metadata. You then have the exact JSON structure needed to map the feed settings into your application state.
Set up Curator.io 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 Curator.io 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 Curator.io transactions." If the MCP tools are loaded correctly, Cursor will call the Curator.io tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"curatorio-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 Curator.io. 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 Curator.io MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Curator.io MCP today
We host it, we monitor it, we maintain it. You just paste one token.