Skip to main content
Glama

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:

  1. Push this folder to a public GitHub repo

  2. Follow the guide at: https://modelcontextprotocol.io/registry/quickstart

Built By

Purnima — Founder of Ravira Website: ravira.ai

Install Server
F
license - not found
A
quality
C
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

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