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: AutoWP MCP Server
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.
Latest Blog Posts
- 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