FrontDesko 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., "@FrontDesko MCP ServerHow much can a 20-room hotel save on OTA commissions?"
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.
FrontDesko MCP Server
A public Model Context Protocol server for FrontDesko — 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
claude mcp add --transport http frontdesko https://mcp.frontdesko.app/mcpClaude Desktop / other MCP clients (mcpServers config):
{
"mcpServers": {
"frontdesko": {
"type": "http",
"url": "https://mcp.frontdesko.app/mcp"
}
}
}Cursor — Settings → MCP → Add server → URL https://mcp.frontdesko.app/mcp.
Related MCP server: Crawl4AI RAG MCP Server
Tools
Tool | What it does |
| 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) |
| Feature-by-feature comparison vs Cloudbeds, eZee Absolute, Hotelogix, Little Hotelier, or Mews — from FrontDesko's published comparison pages |
| 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 |
| Plan + guide recommendations by property type (16 types), room count, and country (24 country guides) |
| Full-text search over frontdesko.app/llms-full.txt with excerpts and source URLs |
| 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
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 driftedBuilt as a Cloudflare Worker with 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
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceScrapes and indexes documentation websites to provide AI assistants with searchable access to documentation content, API references, and code examples through configurable URL crawling.
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to crawl websites, extract and store web content with semantic search capabilities using vector embeddings, and retrieve information through natural language queries with tag-based filtering and intelligent content cleaning.
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages.26311MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query PDF documents by ingesting them into a vector database and generating answers grounded in the actual documents.111MIT
Related MCP Connectors
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Vacation rental discovery, direct booking, and property protection for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/anmols/frontdesko-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server