Eventin Server
БесплатноНе проверенMCP server for interacting with the Eventin booking system, enabling natural language management of bookings, events, and venues.
Описание
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:
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.
======================================
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
Установка Eventin Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/emaratHossain/eventin-mcp-serverFAQ
Eventin Server MCP бесплатный?
Да, Eventin Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Eventin Server?
Нет, Eventin Server работает без API-ключей и переменных окружения.
Eventin Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Eventin Server в Claude Desktop, Claude Code или Cursor?
Открой Eventin Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Eventin Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
