easyappointments-mcp

uk7itsolutions/easyappointments-mcp
★ 0 stars PHP Code/Dev Tools Updated 4d ago
Laravel MCP server for EasyAppointments with web installer and Bearer token auth
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": {
    "easyappointments-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uk7itsolutions/easyappointments-mcp"
      ]
    }
  }
}

README Excerpt

A Laravel-based [Model Context Protocol](https://modelcontextprotocol.io) server for [EasyAppointments](https://easyappointments.org). It exposes your EasyAppointments instance as MCP tools so AI clients like Claude can manage appointments, customers, services, and providers on your behalf. > **Compatibility:** Built and tested against **EasyAppointments 1.6.0**. This MCP server communicates with EA via its REST API. Future EA versions may add, change, or remove API endpoints. Always verify comp

Tools (13)

cancel_appointmentcheck_availabilitycreate_appointmentcreate_customerget_appointmentget_customerget_settingslist_appointmentslist_providerslist_servicessearch_customersupdate_appointmentupdate_customer