MCP Live Events Server

by mmmaaatttttt

2 stars
390 downloads
Not rated
GitHub

About

MCP Server for interacting with live music events

Details

Author
mmmaaatttttt
GitHub stars
2
Downloads
390
Categories
Productivity

- Integrates with the Ticketmaster API to search for events
- Formats API responses for ease of LLM interpretation
- Configurable via environment variables or MCP client settings
- Uses a free, rate-limited Ticketmaster API key
- Runs with the uv package manager

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Live Events Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with uv sync (Python 3.13+ and uv required), set your Ticketmaster API key (either in a .env file or in the MCP client’s “env” configuration), then run uv run mcp-live-events. A successful startup prints “MCP Live Event server is running!”

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp live events server": {
            "mcp-live-events": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-live-events": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

MCP Live Events Server

mcp-live-events is a Model Context Protocol (MCP) server that integrates with
the Ticketmaster API to provide real-time event data. It allows AI agents to
fetch concert and event details dynamically.

Features

- 🎟️ Integrates with the Ticketmaster API to search for events
- 🗣️ Formats API responses for ease of LLM interpretation

Setup

Prerequisites

Ensure you have the following installed:

- uv (used for package management)
- Python 3.13+
- A Ticketmaster API key (free to
use, but rate limited)

Installation

1. Clone the repository:

    git clone https://github.com/mmmaaatttttt/mcp-live-events.git
    cd mcp-live-events
    

2. Install dependencies:

    uv venv
    uv sync
    

3. Set up your environment variables, i.e. the Ticketmaster API key. This can
either be placed in a .env file in this repository, following the pattern
of the .env.example file, or it can be placed in an "env" section of this
server's configuration in your MCP client.

Note that on the Ticketmaster developer portal, the API key is named
"Consumer Key."

Running the server

uv run mcp-live-events

If it's successful, you should see MCP Live Event server is running! print to
your terminal.

Resources

- Introducing the Model Context Protocol
- Model Context Protocol Documentation
- MCP Server Demo Quickstart

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.