loading…
Search for a command to run...
loading…
Connects AI assistants like Claude to Ravira's dental practice AI receptionist. Provides tools for patient queries, feature overviews, sample conversations, den
Connects AI assistants like Claude to Ravira's dental practice AI receptionist. Provides tools for patient queries, feature overviews, sample conversations, dental topic searches, and demo requests.
Connect AI assistants (Claude, Cursor, etc.) directly to Ravira — the AI receptionist built for dental practices.
This MCP server gives any compatible AI tool access to Ravira's capabilities:
| Tool | Description |
|---|---|
ask_ravira |
Ask a patient question, see Ravira's AI response |
get_ravira_features |
Full feature overview of Ravira |
get_sample_conversations |
Real example patient chat flows |
search_dental_topics |
Dental info on common patient questions |
request_demo |
Book a live demo with Purnima |
cd mcp-server
pip install mcp[cli] httpx
cp .env.example .env
# Edit .env with your Ravira API URL and demo widget key
Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"ravira": {
"command": "python",
"args": ["C:/path/to/Ravira - Dental AI/mcp-server/server.py"]
}
}
}
Restart Claude Desktop — you'll see Ravira tools available!
In Claude Desktop, try:
To list Ravira in the official MCP Registry:
Purnima — Founder of Ravira Website: ravira.ai
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ravira-mcp-server": {
"command": "npx",
"args": []
}
}
}