MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)
claude mcp add tebra -- npx -y tebra-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tebra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.jamesrosingmd--tebra/reviews or the review_server meta-tool.
POST /mcp