AI receptionist for a small medical clinic, as an MCP server: appointment booking, rescheduling, patient intake, reminders and clinic FAQs — local SQLite, no clinical advice.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"clinic-front-desk-mc": {
"command": "uvx",
"args": [
"clinic-front-desk-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add clinic-front-desk-mc uvx clinic-front-desk-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"clinic-front-desk-mc": {
"command": "uvx",
"args": [
"clinic-front-desk-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install clinic-front-desk-mcp-server