hosting-mcp-server

pmvdias-dev/hosting-mcp-server
★ 0 stars JavaScript 🧠 Memory/Knowledge Updated 2d ago
This repo allows you to connect Claude Desktop to your Airbnb and Booking.com host accounts using a local MCP (Model Context Protocol) server. Once set up, you can ask Claude questions about your bookings, guests, calendar gaps, and revenue in plain English — no coding knowledge required to use it.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hosting-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pmvdias-dev/hosting-mcp-server"
      ]
    }
  }
}