How to Use the Hyrule Compendium MCP in Cursor
Generate real Hylian item data and weapon stats directly inside your Cursor code editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Hyrule Compendium MCP to Cursor
Create your Vinkius account to connect Hyrule Compendium 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 code with real game data in Cursor
Let your Cursor agent write active code using actual Hyrule Compendium monster stats instead of relying on placeholder variables. By calling the MCP tool `get_entry`, Cursor pulls live JSON payloads for enemies like the Hinox to populate your game mechanics. Your Cursor agent uses these precise Hylian values to write functions that calculate damage or drop rates. You avoid typos and stale data because the Cursor editor fetches the exact schema from the live Hyrule Compendium.
Filter weapon groups with this custom MCP Server
Generating item tables becomes incredibly fast when your Cursor agent invokes `get_category` to pull equipment stats from the Hyrule Compendium. You can ask the Cursor editor to build a TypeScript interface based on the exact structure of the Hyrule Compendium materials category. The `get_category` tool feeds the raw JSON structure straight into your active Cursor file. This keeps your development loop tight since you never leave Cursor to check Zelda API documentation.
Scaffold complete databases using the full ledger
Populating a local database is easy when you run the Hyrule Compendium MCP tool `get_all_entries` inside Cursor. Your Cursor agent can parse the entire Hyrule Compendium to write seeds for your local database. This tool provides the raw array containing every creature, monster, and treasure directly to your Cursor workspace. Your Cursor editor processes this Hyrule Compendium data directly in the terminal or chat, letting you build complex schemas in seconds.
Set up Hyrule Compendium 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 Hyrule Compendium 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 Hyrule Compendium transactions." If the MCP tools are loaded correctly, Cursor will call the Hyrule Compendium tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"hyrule-compendium-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 Hyrule Compendium. 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 Hyrule Compendium MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Hyrule Compendium MCP today
We host it, we monitor it, we maintain it. You just paste one token.