Ravira MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ravira MCP Serverask Ravira: do you accept my insurance?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 a patient question, see Ravira's AI response |
| Full feature overview of Ravira |
| Real example patient chat flows |
| Dental info on common patient questions |
| Book a live demo with Purnima |
Related MCP server: dental-ai
Quick Setup
1. Install dependencies
cd mcp-server
pip install mcp[cli] httpx2. Configure environment (optional)
cp .env.example .env
# Edit .env with your Ravira API URL and demo widget key3. Add to Claude Desktop
Edit your Claude Desktop config file:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables management of dental appointments through Google Calendar integration. Supports booking, canceling, rescheduling appointments, checking availability, and finding next available slots through natural language.
- Alicense-qualityDmaintenanceEnables AI-powered dental X-ray analysis and treatment planning using YOLOv11 and clinical guideline RAG, integrated with MCP for use with Claude and other AI assistants.3MIT
- Alicense-qualityDmaintenanceEnables Claude and other AI assistants to trigger HIPAA-compliant patient task management workflows through natural language.1MIT
- Flicense-qualityDmaintenanceEnables ElevenLabs AI agents to manage dental clinic appointments through Google Calendar, including checking availability, booking, canceling, rescheduling, and retrieving appointment details.
Related MCP Connectors
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pvijaya645/ravira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server