Skip to main content
Glama
emaratHossain

eventin-mcp-server

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.

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

Related MCP server: OnSched Consumer API MCP Server

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

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/emaratHossain/eventin-mcp-server'

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