mcpbeat Sign in

Luma Events MCP Server

local only

Luma Events runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from pypi. Last commit 28 Jun 2026.

Discover events from Luma — search by category, city, distance, and keywords with calendar export

Installs per day peak 20 · avg 10 · -7% w/w
a month agotoday
51
Installs / week
pypi · luma-mcp
0
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Luma Events every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add luma-mcp -- uvx luma-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "luma-mcp": {
      "args": [
        "luma-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.luma-mcp]
command = "uvx"
args = ["luma-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "luma-mcp": {
      "args": [
        "luma-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "luma-mcp": {
      "args": [
        "luma-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Luma Events

same job, measured the same way
Bushdrum Events
by bushdrum

City-scoped Bushdrum event search for agents with list_cities and search_events.

2 tools answering
I
API Sorties MCP
by mabari2505

Search French events and things to do, built for AI agents — geo, city, date, category filters.

23 installs/wk local only
Commerce Context Layer
by vviinn

Context layer with semantic and visual search and discovery for agentic commerce — by vviinn.

answering
Text2Event
by text2event

Extracts calendar events from natural-language text, with .ics and calendar links.

answering
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only
Open MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

79 installs/wk local only
Heyspark
by heyspark-mcp

Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews.

4 tools answering
Talent
by d

Talent discovery for AI. Search and read agent-readable candidate profiles; cite by URL.

7 tools answering

Luma Events — questions

Answers built from our own checks of this server.

Why is there no uptime for Luma Events?
Luma Events runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package luma-mcp was installed 51 times last week.
How do I connect Luma Events?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls luma-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Luma Events?
The pypi package luma-mcp was installed 51 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Luma Events open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.