Ravira MCP Server
Connect AI assistants (Claude, Cursor, etc.) directly to Ravira — the AI receptionist built for dental practices.
What It Does
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 |
Quick Setup
1. Install dependencies
cd mcp-server
pip install mcp[cli] httpx
2. Configure environment (optional)
cp .env.example .env
# Edit .env with your Ravira API URL and demo widget key
3. Add to Claude Desktop
Edit your Claude Desktop config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%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!
4. Test it
In Claude Desktop, try:
- "Ask Ravira: do you accept Delta Dental?"
- "Show me Ravira's features"
- "Show me a sample dental patient conversation"
- "Search dental topics: root canal"
Publishing to MCP Registry
To list Ravira in the official MCP Registry:
- Push this folder to a public GitHub repo
- Follow the guide at: https://modelcontextprotocol.io/registry/quickstart
Built By
Purnima — Founder of Ravira Website: ravira.ai