README.md
Enables management of dental clinic appointments through full CRUD operations.
Enables management of dental clinic appointments through full CRUD operations, including scheduling, status tracking, and patient information management. Supports local JSON storage and allows filtering by date range, appointment type, dentist, or patient name.
Tools (4)
create_appointmentSchedule a new dental appointment with patient details and time.get_appointmentsRetrieve appointments with optional filtering by date range, dentist, or patient.update_appointmentModify existing appointment details or status.delete_appointmentRemove an appointment from the system.Configuration
claude_desktop_config.json
{"mcpServers":{"dental-clinic":{"command":"npx","args":["-y","@nalmarshedy/mcp"]}}}Try it
→Schedule a cleaning appointment for John Doe with Dr. Smith next Tuesday at 10 AM.
→Show me all dental appointments scheduled for tomorrow.
→Find all appointments for patient Sarah Miller and change her status to confirmed.
→Cancel the appointment for ID #12345.
→List all appointments for Dr. Brown between June 1st and June 7th.