book-appointment-mcp-server

yesseniaramos/book-appointment-mcp-server
★ 0 stars Unknown language API Integration Updated today
Book Appointment MCP Server — A Model Context Protocol (MCP) server that enables voice agents (Retell AI) to book, cancel, reschedule, and look up appointments via Google Calendar, driven by JSON-based business configuration.
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": {
    "book-appointment-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yesseniaramos/book-appointment-mcp-server"
      ]
    }
  }
}