Disney Lorcana TCG Collection for Cursor
io.github.icarobichir/lorcana
MCP server for Disney Lorcana TCG: enrich collections, search cards, build decks, audit data.
client:Cursor
transport:stdio
runtime:pypi
Install Disney Lorcana TCG Collection in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lorcana": {
"type": "stdio",
"command": "uvx",
"args": [
"lorcana-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs