Loading MCP server directory, please wait...
MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)
npx @getmcp/cli add com.jamesrosingmd/tebraRequires Node.js 18+. Community-contributed server. Review source before installing.
TEBRA_SOAP_USERTebra SOAP API username
TEBRA_SOAP_PASSWORDTebra SOAP API password
TEBRA_CUSTOMER_KEYTebra customer key (per-practice identifier)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.jamesrosingmd/tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "",
"TEBRA_SOAP_PASSWORD": "",
"TEBRA_CUSTOMER_KEY": ""
}
}
}
}