← Index

com.jamesrosingmd/tebra

com.jamesrosingmd/tebra·v0.2.5·Calendar & Time
Quality Score
80
/100

MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tebra": {
      "command": "npx",
      "args": [
        "-y",
        "tebra-mcp-server"
      ],
      "env": {
        "TEBRA_SOAP_USER": "<tebra_soap_user>",
        "TEBRA_SOAP_PASSWORD": "<your-tebra_soap_password>",
        "TEBRA_CUSTOMER_KEY": "<your-tebra_customer_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tebra": {
      "command": "npx",
      "args": [
        "-y",
        "tebra-mcp-server"
      ],
      "env": {
        "TEBRA_SOAP_USER": "<tebra_soap_user>",
        "TEBRA_SOAP_PASSWORD": "<your-tebra_soap_password>",
        "TEBRA_CUSTOMER_KEY": "<your-tebra_customer_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tebra-mcp-server
§02  Environment variables
TEBRA_SOAP_USER
required

Tebra SOAP API username

TEBRA_SOAP_PASSWORD
requiredsecret

Tebra SOAP API password

TEBRA_CUSTOMER_KEY
requiredsecret

Tebra customer key (per-practice identifier)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time