How to Use the Mod.io MCP in Cursor
Generate code using live mod.io game metadata and manage subscriptions directly from Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mod.io MCP to Cursor
Create your Vinkius account to connect Mod.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.
Write Mod.io MCP Server Integration Code in Cursor
This Mod.io MCP Server exposes `get_mods` and `get_mod_file` directly to the Cursor Agent. When you are writing mod loading scripts, the editor pulls actual file structures and metadata into your active workspace. You write code against live API payloads instead of static mock files. Cursor uses the real-time responses to auto-complete paths, file sizes, and dependency lists.
Edit Mod Metadata and Files Inside Cursor
The `edit_mod` tool lets you update your project details without leaving the Cursor editor interface. You prompt the AI agent to adjust descriptions, tags, or compatibility flags based on your current codebase changes. If you need to upload a new build, the agent coordinates with `add_mod` to push your workspace assets to the platform. This cuts out manual browser uploads, keeping your development loop tight.
Track Game Statistics in Your Cursor Sidebar
You can query active player metrics using `get_game_stats` to monitor how your mod is performing. Cursor displays download counts and active subscription numbers directly in the chat panel. By calling `get_my_ratings`, the editor compares user feedback against your recent commits. You instantly see which version updates improved your standing or triggered bugs.
Set up Mod.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 Mod.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 Mod.io transactions." If the MCP tools are loaded correctly, Cursor will call the Mod.io tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"modio-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 Mod.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 Mod.io MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mod.io MCP today
We host it, we monitor it, we maintain it. You just paste one token.