tebra-mcp-server
Rank #14,324com.jamesrosingmd/tebra
MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)
tebra-mcp-server is a Model Context Protocol (MCP) server published by jamesrosing. It ranks #14,324 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. tebra-mcp-server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Apr 28, 2026.
Ranks ahead of 101,267 of 115,591 servers on MCP Toplist.
Use tebra-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tebra -e "TEBRA_SOAP_USER=<your TEBRA_SOAP_USER>" -e "TEBRA_SOAP_PASSWORD=<your TEBRA_SOAP_PASSWORD>" -e "TEBRA_CUSTOMER_KEY=<your TEBRA_CUSTOMER_KEY>" -- npx -y tebra-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tebra]
command = "npx"
args = ["-y", "tebra-mcp-server"]
[mcp_servers.tebra.env]
TEBRA_SOAP_USER = "<your TEBRA_SOAP_USER>"
TEBRA_SOAP_PASSWORD = "<your TEBRA_SOAP_PASSWORD>"
TEBRA_CUSTOMER_KEY = "<your TEBRA_CUSTOMER_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "<your TEBRA_SOAP_USER>",
"TEBRA_SOAP_PASSWORD": "<your TEBRA_SOAP_PASSWORD>",
"TEBRA_CUSTOMER_KEY": "<your TEBRA_CUSTOMER_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "<your TEBRA_SOAP_USER>",
"TEBRA_SOAP_PASSWORD": "<your TEBRA_SOAP_PASSWORD>",
"TEBRA_CUSTOMER_KEY": "<your TEBRA_CUSTOMER_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tebra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "<your TEBRA_SOAP_USER>",
"TEBRA_SOAP_PASSWORD": "<your TEBRA_SOAP_PASSWORD>",
"TEBRA_CUSTOMER_KEY": "<your TEBRA_CUSTOMER_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "<your TEBRA_SOAP_USER>",
"TEBRA_SOAP_PASSWORD": "<your TEBRA_SOAP_PASSWORD>",
"TEBRA_CUSTOMER_KEY": "<your TEBRA_CUSTOMER_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tebra": {
"command": "npx",
"args": [
"-y",
"tebra-mcp-server"
],
"env": {
"TEBRA_SOAP_USER": "<your TEBRA_SOAP_USER>",
"TEBRA_SOAP_PASSWORD": "<your TEBRA_SOAP_PASSWORD>",
"TEBRA_CUSTOMER_KEY": "<your TEBRA_CUSTOMER_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.jamesrosingmd%2Ftebra)<a href="https://mcptoplist.com/server/com.jamesrosingmd%2Ftebra"><img src="https://mcptoplist.com/badge/com.jamesrosingmd%2Ftebra.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jamesrosing
Available versions (4)
| Version | Published |
|---|---|
| 0.2.5 | Apr 28, 2026 |
| 0.2.3 | Apr 28, 2026 |
| 0.2.2 | Apr 27, 2026 |
| 0.2.1 | Apr 26, 2026 |
Frequently asked questions
- Who maintains tebra-mcp-server?
- tebra-mcp-server is maintained by jamesrosing, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is tebra-mcp-server listed on the Official MCP Registry?
- Yes — tebra-mcp-server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does tebra-mcp-server have?
- MCP Toplist tracks 4 versions of tebra-mcp-server, most recently published on Apr 28, 2026.
- Where can I find the source code for tebra-mcp-server?
- The source code for tebra-mcp-server is hosted at github.com/jamesrosing/tebra-mcp-server.