mcpbeat Sign in

Tebra MCP Server

local only

Tebra runs on your own machine — the client starts it, so there is no endpoint to ping. 276 installs a week from npm. Last commit 6 Sep 2026.

MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)

Installs per day peak 327 · avg 65 · -42% w/w
a month agotoday
276
Installs / week
npm · tebra-mcp-server
1
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tebra every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tebra -- npx -y tebra-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tebra": {
      "args": [
        "-y",
        "tebra-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tebra]
command = "npx"
args = ["-y", "tebra-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "tebra": {
      "args": [
        "-y",
        "tebra-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tebra": {
      "args": [
        "-y",
        "tebra-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TEBRA_SOAP_USER (Tebra SOAP API username), TEBRA_SOAP_PASSWORD (Tebra SOAP API password), TEBRA_CUSTOMER_KEY (Tebra customer key (per-practice identifier)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tebra

same job, measured the same way
Karbon MCP Server
by mad-man-dan

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

74 installs/wk local only
CLIO Slurm
by iowarp

MCP server for Slurm workload management and HPC job scheduling

local only
mcp-server-smartsheet-rm
by christianclaudio

MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.

788 installs/wk local only
PostgreSQL MCP Server
by itunified-io

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

23 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Fizzy
by davegomez

MCP server for Fizzy task management

39 installs/wk local only
Eureka EHR
by eureka

The Eureka EHR as MCP tools: patients, schedule, notes, messages, billing, and orders.

answering
Postking MCP
by bitsandtea

PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.

37 installs/wk answering

Tebra — questions

Answers built from our own checks of this server.

Why is there no uptime for Tebra?
Tebra runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tebra-mcp-server was installed 276 times last week.
How do I connect Tebra?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tebra-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Tebra?
The npm package tebra-mcp-server was installed 276 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tebra open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.