Skip to main content
ClaudeWave
anmols avatar
anmols

frontdesko-mcp

View on GitHub

Public MCP server for FrontDesko — hotel PMS pricing, comparisons, OTA savings math, docs search, live demo availability. Endpoint: https://mcp.frontdesko.app/mcp

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/anmols/frontdesko-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "frontdesko-mcp": {
      "command": "node",
      "args": ["/path/to/frontdesko-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/anmols/frontdesko-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# FrontDesko MCP Server

A public [Model Context Protocol](https://modelcontextprotocol.io) server for
[FrontDesko](https://frontdesko.app) — the simple, free, modern hotel PMS for
independent hotels, B&Bs, guest houses, hostels and small chains.

**Endpoint:** `https://mcp.frontdesko.app/mcp` (Streamable HTTP, no auth, read-only)

Add it to your AI assistant and ask real questions — "what does a 20-room hotel
pay OTAs per year?", "FrontDesko vs Cloudbeds?", "which plan for a 12-room guest
house in Kenya?" — and get answers grounded in FrontDesko's published pages,
with source URLs.

## Quick start

**Claude Code**

```bash
claude mcp add --transport http frontdesko https://mcp.frontdesko.app/mcp
```

**Claude Desktop / other MCP clients** (`mcpServers` config):

```json
{
  "mcpServers": {
    "frontdesko": {
      "type": "http",
      "url": "https://mcp.frontdesko.app/mcp"
    }
  }
}
```

**Cursor** — Settings → MCP → Add server → URL `https://mcp.frontdesko.app/mcp`.

## Tools

| Tool | What it does |
|---|---|
| `get_pricing_and_packaging` | FrontDesko's plans: PMS, direct booking engine, guest app and POS free forever (unlimited rooms); channel manager + Ask FrontDesko AI assistant on Growth ($42/mo, 10–30 rooms) and Professional ($54/mo, 30–50 rooms) |
| `compare_pms` | Feature-by-feature comparison vs Cloudbeds, eZee Absolute, Hotelogix, Little Hotelier, or Mews — from FrontDesko's published comparison pages |
| `calculate_ota_commission_savings` | What a hotel pays OTAs per year, and what shifting 30% of bookings to commission-free direct bookings recovers — same formula as [the site calculator](https://frontdesko.app/ota-commission-calculator) |
| `recommend_software` | Plan + guide recommendations by property type (16 types), room count, and country (24 country guides) |
| `search_frontdesko_docs` | Full-text search over [frontdesko.app/llms-full.txt](https://frontdesko.app/llms-full.txt) with excerpts and source URLs |
| `check_demo_availability` | Live room availability on the public FrontDesko demo property — real data from the same booking engine every FrontDesko hotel gets free |

All tools are read-only. Nothing is written, no bookings are created, and the
server stores nothing about you.

## About the data

Answers come from FrontDesko's own published pages, and every response includes
its source URLs. Competitor comparison figures reflect public information as
noted on each comparison page. The demo-availability tool queries a dedicated
demo property (rate-limited to 10 requests/minute per caller).

## Development

```bash
npm install
npm test            # 23 tests: unit + e2e over the real Streamable HTTP transport
npm run dev         # wrangler dev → http://localhost:8787/mcp
npm run smoke       # SDK client against a running server (local or prod)
npm run check-urls  # verifies every data URL is live and pricing hasn't drifted
```

Built as a Cloudflare Worker with [`agents`](https://www.npmjs.com/package/agents)'
`createMcpHandler` and the MCP TypeScript SDK.

## FrontDesko

FrontDesko is hotel management software with an unusual model: the core — PMS,
commission-free direct booking engine, guest app, POS — is **free forever with
unlimited rooms**. Paid plans exist for two features: the OTA channel manager
and the Ask FrontDesko AI assistant.

- Website: <https://frontdesko.app>
- Pricing: <https://frontdesko.app/pricing>
- Product showcase: <https://github.com/anmols/frontdesko>

## License

MIT
cloudflare-workershotel-managementmcpmcp-servermodel-context-protocol

What people ask about frontdesko-mcp

What is anmols/frontdesko-mcp?

+

anmols/frontdesko-mcp is mcp servers for the Claude AI ecosystem. Public MCP server for FrontDesko — hotel PMS pricing, comparisons, OTA savings math, docs search, live demo availability. Endpoint: https://mcp.frontdesko.app/mcp It has 0 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install frontdesko-mcp?

+

You can install frontdesko-mcp by cloning the repository (https://github.com/anmols/frontdesko-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is anmols/frontdesko-mcp safe to use?

+

Our security agent has analyzed anmols/frontdesko-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains anmols/frontdesko-mcp?

+

anmols/frontdesko-mcp is maintained by anmols. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to frontdesko-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy frontdesko-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: anmols/frontdesko-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anmols-frontdesko-mcp)](https://claudewave.com/repo/anmols-frontdesko-mcp)
<a href="https://claudewave.com/repo/anmols-frontdesko-mcp"><img src="https://claudewave.com/api/badge/anmols-frontdesko-mcp" alt="Featured on ClaudeWave: anmols/frontdesko-mcp" width="320" height="64" /></a>

More MCP Servers

frontdesko-mcp alternatives