Skip to content
Cursor

yugioh mcp for Cursor

io.github.mrfentmen/yugioh-mcp

Use this MCP server to YGOPRODeck, Yu Gi Oh! cards, archetypes, and banlists. Tools include...

client:Cursor transport:stdio runtime:npm

Install yugioh mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "yugioh-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yugioh-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

yugioh mcp in other clients