ICafeCloud
БесплатноНе проверенEnables managing an internet cafe through natural language by wrapping the iCafeCloud API, allowing actions like listing PCs, checking status, sending commands,
Описание
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
- docs/ARCHITECTURE.md — diagrams: request path, security model, modules.
- docs/DEVELOPMENT_PLAN.md — SDLC flow + decomposed task backlog.
- CLAUDE.md — guidance for Claude Code working in this repo.
Stack
Python 3.11+ · FastMCP · httpx · Streamable HTTP transport (SSE intentionally unused — it is being phased out).
Установка ICafeCloud
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/yuldashboev/icafecloud-mcpFAQ
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
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 ICafeCloud with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
