The Lott MCP by UnClick for Cursor
io.github.malamutemayhem/thelott
Australian lottery results and jackpots from The Lott. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install The Lott MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thelott": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/thelott-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs