Skip to main content
Glama
montaguegabe

luma-events-mcp

by montaguegabe

Luma Events MCP Server

An MCP server for the Luma Events API. Create, update, and manage events and guests.

Current Status

This server works well for managing and tweaking existing events. However, event creation has limited options—some settings like registration mode (approval required vs. open registration) aren't yet exposed. Event duplication is also not currently supported.

Contributions welcome to expand the available event settings.

Related MCP server: Evento Public MCP Server

Requirements

Development

uv run mcp dev luma.py

Installation

Add to your MCP client config:

{
  "mcpServers": {
    "luma-events": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/luma",
        "run",
        "python",
        "-m",
        "luma"
      ],
      "env": {
        "LUMA_API_KEY": "your-api-key"
      }
    }
  }
}
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/montaguegabe/luma-events-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server