How to Use the Dryfta MCP in Cursor
Build event websites and custom tools in Cursor using live Dryfta attendee and session data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dryfta MCP to Cursor
Create your Vinkius account to connect Dryfta 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.
Query your Dryfta MCP Server directly in Cursor
The `get_dryfta_account_metadata` tool gives Cursor access to your actual account parameters and API limits. Look, use Cursor in Agent mode to call this MCP Server and build integrations with live configuration data. The thing is, your Cursor editor gets the exact payload structure from `list_event_sessions` or `get_session_details`. This means Cursor writes working code that matches your live Dryfta database schema on the first try.
Generate custom event directories in Cursor
The `list_event_attendees` tool lets Cursor build custom registration dashboards using real event data. The editor uses it alongside `search_attendees_by_keyword` to understand how your Dryfta user records are structured. By querying live attendee profiles, your Cursor agent can generate precise components. Run the audit on your layout, get the variables, and that's it.
Manage Dryfta exhibitor lists from your editor
The `list_event_exhibitors` tool lets Cursor query sponsor details and map them directly to your frontend code. Just grab the exhibitor records to keep your sponsor directories updated without manual data entry. If you are building a schedule widget in Cursor, your agent can verify session times with `list_upcoming_sessions` to ensure your components handle time zones correctly.
Set up Dryfta 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 Dryfta 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 Dryfta transactions." If the MCP tools are loaded correctly, Cursor will call the Dryfta tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dryfta-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 Dryfta. 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 Dryfta MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dryfta MCP today
We host it, we monitor it, we maintain it. You just paste one token.