tebra for Cursor
com.jamesrosingmd/tebra
MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)
client:Cursor
transport:stdio
runtime:npm
Install tebra in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tebra": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs