Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Eventin Server

FreeNot checked

MCP server for interacting with the Eventin booking system, enabling natural language management of bookings, events, and venues.

GitHubEmbed

About

MCP server for interacting with the Eventin booking system, enabling natural language management of bookings, events, and venues.

README

Eventin MCP Server - Quick Start Guide

Setup Steps:

  1. Install Python 3.13 (if not already installed).

  2. (Recommended) Create and activate a virtual environment: python -m venv .venv ..venv\Scripts\activate

  3. Install uv (if not already installed): pip install uv

  4. Install dependencies: uv pip install -r requirements.txt OR uv pip install -e .

  5. Start eventin locally, and check if it's running in the browser properly

  6. Replace My base_url your yours

  7. API TO CALL

  8. Run the Eventin MCP server: uv --directory . run eventin_mcp_server.py

    This will start the MCP server for Eventin bookings.

  9. Logs:

    • Server logs are written to booking_server.log in this directory.

======================================

Steps to communicate with our MCP server using claude desktop:

  1. Download and install claude desktop
  2. Open claude desktop, click "Upgrade to connect your tools to Claude" alt text
  3. Click "Manage Connectors" in right corner alt text
  4. Click "Developer" menu in the left side, and you find "Edit Config" button, click it alt text
  5. After that, you will find "claude_desktop_config.json", here just put following code
   {
      "mcpServers": {
         "eventin": {
            "command": "uv",
            "args": [
            "--directory",
            "D:\\machine_learning\\mcp-server-demo", //your directory may be different
            "run",
            "eventin_mcp_server.py"
            ]
         }
      }
   }
  1. Now you will see that, your mcp tools are connected with the claude alt text
  2. Sample output image

from github.com/emaratHossain/eventin-mcp-server

Install Eventin Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install eventin-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add eventin-mcp-server -- uvx mcp-server-demo

FAQ

Is Eventin Server MCP free?

Yes, Eventin Server MCP is free — one-click install via Unyly at no cost.

Does Eventin Server need an API key?

No, Eventin Server runs without API keys or environment variables.

Is Eventin Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Eventin Server in Claude Desktop, Claude Code or Cursor?

Open Eventin Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Eventin Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs