tebra for Claude Desktop
com.jamesrosingmd/tebra
MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)
client:Claude Desktop
transport:stdio
runtime:npm
Install tebra in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "<TEBRA_SOAP_USER>",
"TEBRA_SOAP_PASSWORD": "<TEBRA_SOAP_PASSWORD>",
"TEBRA_CUSTOMER_KEY": "<TEBRA_CUSTOMER_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs