Luma Events for Cursor
io.github.alx1p/luma-mcp
Discover events from Luma — search by category, city, distance, and keywords with calendar export
client:Cursor
transport:stdio
runtime:pypi
Install Luma Events in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"luma-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"luma-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs