Yu-Gi-Oh Connector for AI agents.
6 live capabilities
Search card stats and deck archetypes with real-time TCG data.
Waiting for input…
Why people use Yu-Gi-Oh
Yu-Gi-Oh for TCG Deck Building and Card Research
With the Yu-Gi-Oh MCP, that manual work disappears. You just ask your agent for the stats you need, and it pulls the data from the database instantly. You get to stay in your flow and focus on winning.
What Vinkius changes
You get instant access to every card ever printed without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quickly checking a card's ATK and DEF
A player asks for the stats of 'Blue-Eyes White Dragon' and gets the level, light attribute, and stats instantly using `get_card_info`.
- Real-world use case 02
Researching deck synergies
A deck builder asks the agent to list all archetypes to see which card groups are currently available using `list_archetypes`.
- Real-world use case 03
Verifying set contents
A collector wants to know what cards were in a specific 2023 release and uses `get_card_set_info` to see the full list.
Complete set · 6capabilities
The complete Yu-Gi-Oh capability set.
These are the exact actions your AI can choose when you ask it to work with Yu-Gi-Oh.
01—03
3 capabilities in this set.
Part of 6 available through Yu-Gi-Oh.
- 01 Capability
Get card set info
Get specific information about a single card set. Use this to see exactly what cards belong to a particular release.
- 02 Capability
List card sets
List all the Yu-Gi-Oh card sets in the database. This is useful for seeing the history of released sets.
- 03 Capability
Check db version
Check the current database version. This confirms you are looking at the most recent TCG or OCG data.
04—06
3 capabilities in this set.
Part of 6 available through Yu-Gi-Oh.
- 04 Capability
List archetypes
List every card archetype in the game. This helps you see different deck themes and how they group together.
- 05 Capability
Get card info
Get detailed stats and descriptions for one or more cards. It's the best way to quickly check a card's level or effect.
- 06 Capability
Get random card
Get a random card from the database. Use it to find new inspiration or create a random card challenge.
Set up in minutes
One URL. Then ask Yu-Gi-Oh to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Yu-Gi-Oh from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Yu-Gi-Oh, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Yu-Gi-Oh for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Yu-Gi-Oh URL.
- Step 03
Save and start
Save the connection and enable Yu-Gi-Oh in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"yu-gi-oh": {
"url": "https://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Yu-Gi-Oh
Open Agent mode in chat and ask: "Using Yu-Gi-Oh, help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"yu-gi-oh": {
"url": "https://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Yu-Gi-Oh
Ask Copilot: "Using Yu-Gi-Oh, help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"yu-gi-oh": {
"url": "https://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Yu-Gi-Oh
Open Cascade and ask: "Using Yu-Gi-Oh, help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"yu-gi-oh": {
"url": "https://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Yu-Gi-Oh
Ask Cline: "Using Yu-Gi-Oh, help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add yu-gi-oh --transport http "https://edge.vinkius.com/vk_preview_m03wKDUUQkajZCwY0bw7zwyOyJXbirfMsfEyUzmv/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Yu-Gi-Oh
Ask Claude: "Using Yu-Gi-Oh, show me...". 6 tools are ready
Where the request belongs
Work Yu-Gi-Oh can move forward.
This is for the dedicated card game player who spends hours refining decks and the collector who needs to organize a massive inventory.
Competitive Duelist
Uses the Connector to quickly check card effects and legality while planning a tournament deck.
TCG Collector
Checks set lists and card IDs to keep a precise inventory of their physical card collection.
Game Developer
Pulls structured card data to build analysis capabilities or fan projects related to the game.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsScryfall
Access the ultimate Magic: The Gathering database. search cards, fetch rulings, and explore sets directly from your AI agent.
Pokemon TCG
Search and browse the entire Pokemon Trading Card Game database. find specific cards, explore sets, and filter by types or rarities.
Deck of Cards
Simulate a full deck of cards via the Deck of Cards API. shuffle, draw, manage piles, and create custom decks for games or simulations.
TarotAPI
Draw tarot cards, get readings, and explore card meanings via AI.
Card Draw Probability Calculator
Calculate the mathematical likelihood of drawing specific cards in TCGs like Magic: The Gathering or Yu-Gi-Oh.
Tarot Card Drawer
A cryptographically secure random generator for Tarot card draws, spreads, and deck analysis.
Bring your own AI
Change the model, client or framework. Keep Yu-Gi-Oh connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Yu-Gi-Oh.
The practical details behind the request, access and result.
Can the Yu-Gi-Oh MCP help me build a deck?
Yes, it's perfect for that. You can ask your agent to find specific card stats, list archetypes to see themes, and get set contents to plan your deck building.
Does the Yu-Gi-Oh MCP have the latest TCG cards?
It provides access to a large card database including TCG and OCG data. You can check the current version to make sure you have the latest info.
How do I find card effects with the Yu-Gi-Oh MCP?
When you ask for a specific card's information, the Connector pulls the description and stats from the database, which your agent will then read back to you.
Can the Yu-Gi-Oh MCP list all the card sets?
Yes, it can pull a full list of all card sets in the database. You can then ask for the specific contents of any set on that list.
Can I use the Yu-Gi-Oh MCP to find specific archetypes?
Absolutely. You can ask your agent to list all card archetypes to explore different deck themes and see how different cards group together.
What happens if I ask for a card that isn't in the game?
The Connector will search the database and let your agent know if it can't find a match, keeping your chat accurate to the actual game data.
How can I find the specific effects and stats of a card by its name?
Use the get_card_info capability with the name or fname parameter. The agent will return full metadata including ATK/DEF, Level, Type, and the official card text.
Is there a way to see all the different card themes or archetypes available in the game?
Yes! Run the list_archetypes action. It will provide a comprehensive list of all archetypes currently recognized in the database, such as 'Elemental HERO' or 'Blue-Eyes'.
How do I know if the card data is up to date with the latest releases?
You can use the check_db_version capability. It returns the current database version and the timestamp of the last update from the YGOPRODeck servers.
One connection away
Give your agent a direct line to Yu-Gi-Oh.
Connect Yu-Gi-Oh once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available