LowlandData Events for Claude Desktop
com.lowlanddata/events
European and US event data from Eventbrite: dates, venues, categories, ticket prices, organizers.
client:Claude Desktop
transport:streamable-http
Install LowlandData Events in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"events": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com/?actors=lowlanddata/eventbrite-scraper"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs