eventin-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@eventin-mcp-serverBook the main hall for July 15th from 2pm to 5pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Eventin MCP Server - Quick Start Guide
Setup Steps:
Install Python 3.13 (if not already installed).
(Recommended) Create and activate a virtual environment: python -m venv .venv ..venv\Scripts\activate
Install uv (if not already installed): pip install uv
Install dependencies: uv pip install -r requirements.txt OR uv pip install -e .
Start eventin locally, and check if it's running in the browser properly
Replace My base_url your yours

Run the Eventin MCP server: uv --directory . run eventin_mcp_server.py
This will start the MCP server for Eventin bookings.
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:
Download and install claude desktop
Open claude desktop, click "Upgrade to connect your tools to Claude"

Click "Manage Connectors" in right corner

Click "Developer" menu in the left side, and you find "Edit Config" button, click it

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"
]
}
}
}Now you will see that, your mcp tools are connected with the claude

Sample output
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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