Skip to content
Cursor

lorcana oracle for Cursor

io.github.gregario/lorcana-oracle

Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing

client:Cursor transport:stdio runtime:npm

Install lorcana oracle in Cursor

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

{
  "mcpServers": {
    "lorcana-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lorcana-oracle"
      ]
    }
  }
}

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

lorcana oracle in other clients