mtg oracle for Cursor
io.github.gregario/mtg-oracle
Magic: The Gathering MCP server — cards, rules, combos, and Commander intelligence
client:Cursor
transport:stdio
runtime:npm
Install mtg oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mtg-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mtg-oracle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs