Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

ICafeCloud

БесплатноНе проверен

Enables managing an internet cafe through natural language by wrapping the iCafeCloud API, allowing actions like listing PCs, checking status, sending commands,

GitHubEmbed

Описание

Enables managing an internet cafe through natural language by wrapping the iCafeCloud API, allowing actions like listing PCs, checking status, sending commands, and viewing revenue reports.

README

A remote MCP server that wraps the iCafeCloud internet-cafe management API and plugs into claude.ai as a custom connector — so you can run your cafe from a normal Claude chat on web, desktop, or mobile.

claude.ai  →  Anthropic cloud  →  this server (VPS, static IP)  →  api.icafecloud.com

Hosting on the VPS solves iCafeCloud's IP-bound token: every upstream call originates from that one static IP. See docs/ARCHITECTURE.md.

Quick start

python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env          # fill in credentials
icafecloud-mcp                # runs Streamable HTTP on :8080
npx @modelcontextprotocol/inspector   # poke at the tools

MVP tools

list_pcs · pc_status · send_pc_command · get_member · revenue_report (topup_member optional).

Docs

Stack

Python 3.11+ · FastMCP · httpx · Streamable HTTP transport (SSE intentionally unused — it is being phased out).

from github.com/yuldashboev/icafecloud-mcp

Установка ICafeCloud

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/yuldashboev/icafecloud-mcp

FAQ

ICafeCloud MCP бесплатный?

Да, ICafeCloud MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для ICafeCloud?

Нет, ICafeCloud работает без API-ключей и переменных окружения.

ICafeCloud — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить ICafeCloud в Claude Desktop, Claude Code или Cursor?

Открой ICafeCloud на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare ICafeCloud with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development