← Back to all docs

TherapyNotes MCP Server

The TherapyNotes MCP server lets AI agents read and write patient, scheduling, documentation, and billing data in TherapyNotes. Connect TherapyNotes to Claude, ChatGPT, and Cursor. Built and maintained by Supergood, since TherapyNotes doesn't ship an MCP server.

By Alex KlarfeldMay 12, 2026
TherapyNotes MCP Server

What is the TherapyNotes MCP server?

The TherapyNotes MCP server is a connector that lets AI agents (Claude, ChatGPT, Cursor, and other MCP clients) read and write patient, scheduling, documentation, and billing data in TherapyNotes through a standard protocol.

In short: TherapyNotes is an EHR and practice-management platform for behavioral health, covering the full lifecycle of care and revenue operations: scheduling and reminders, clinical documentation (intake, progress notes, treatment plans, discharge summaries), a patient portal, telehealth, insurance billing (CMS-1500 / 837P, ERA posting), and e-prescribing for authorized clinicians via DrFirst.

TherapyNotes doesn't ship an official MCP server, and TherapyNotes has no public API. Key scheduling, documentation, and billing operations live in the web app, and exports are limited and not event-driven, so a reverse-engineered connector is the realistic path to programmatic access. Supergood builds and maintains the connector by reverse-engineering TherapyNotes's authenticated web and portal flows and exposing them as MCP tools an agent can call directly, plus a normalized REST API underneath.

What you can do with TherapyNotes via MCP

Once connected, an agent can:

  • Look up patients and clients: demographics, contacts, portal status.
  • Pull and create appointments (office and telehealth) and attendance.
  • Retrieve notes (intake, progress, treatment plans, discharge) with signatures and lock state.
  • Get diagnoses and service codes (for example CPT 90834, 90837).
  • Pull insurance policies and subscriber details.
  • Submit claims (CMS-1500 / 837P) and reconcile ERA remittances; pull payments and invoices.
  • Retrieve documents and intake forms; manage the to-do task workflow.

How to connect TherapyNotes to Claude, ChatGPT & Cursor

Connecting works like any other MCP server. The short version:

  • Claude (Desktop or claude.ai): add the TherapyNotes MCP server under Settings → Connectors (or your MCP config), authorize the TherapyNotes account Supergood provisions, and the tools show up in any chat, including agent runs.
  • ChatGPT: add it as a connector under Settings → Connectors, authorize, and ChatGPT can call the TherapyNotes tools in conversations and in agent mode.
  • Cursor: add the server to your MCP config (mcp.json or Settings → MCP), reload, and the tools are available to the agent.

Supergood owns the auth piece (credentials, MFA, session refresh), so the connection doesn't drop. New to MCP? Our explainer covers what an MCP server is and how clients connect to one.

How Supergood builds the TherapyNotes MCP server

Supergood doesn't wait for TherapyNotes to ship an API. We reverse-engineer the authenticated web and portal flows behind TherapyNotes, normalize the responses, and wrap them as MCP tools, plus the underlying REST API if you'd rather call it from code.

  • Auth and MFA, handled. Supergood provisions a dedicated TherapyNotes account (email and phone managed by us) and keeps the session alive through MFA, token expiry, and re-auth.
  • Normalized data. Responses come back in consistent JSON shapes across modules, not the raw shape TherapyNotes's front-end happens to return.
  • Monitored and adapted. When TherapyNotes changes its web and portal UI or internal API, monitoring catches it and the connector gets patched, usually before it reaches you.
  • No public API, no problem. TherapyNotes never shipped a developer API; Supergood works the authenticated web and portal flows directly, handling MFA, locked notes, and session refresh.

Getting Started

  • Schedule Integration Assessment

Book a 30-minute call to confirm which TherapyNotes modules and workflows you need and how authentication should work.

  • Supergood Builds and Validates Your MCP Server

We deliver a hardened TherapyNotes connector (MCP tools plus the underlying API) scoped to your workflows and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as TherapyNotes changes.

therapynotes

Use Cases

Practice-ops agent

- Answer "who's on my schedule and which intakes are outstanding" - Surface to-do tasks and overdue items - Confirm contact and insurance details

Documentation

- Pull the open progress note and treatment plan - Surface notes that still need a signature or are unlocked - Keep records consistent with another tool

Billing and RCM

- Submit CMS-1500 / 837P claims and reconcile ERAs - Surface denials and rejections - Reconcile payments against invoices

Patient engagement

- Send and chase intake forms and consents - Mirror portal messages into another tool - Surface new client requests

Technical Specifications

MCP transport

Remote MCP server over HTTPS; works with hosted MCP clients and with local MCP configs.

Authentication

Supergood provisions a dedicated TherapyNotes account (managed email and phone) and handles MFA; you can also bring your own credentials. Session refresh is automatic.

Supported clients

Claude (Desktop, claude.ai, Claude Code), ChatGPT connectors, Cursor, and other MCP-compatible clients.

Tools exposed

8 tools covering the workflows listed above; the set is scoped to the modules you license.

Data freshness

Near real-time reads and writes against TherapyNotes' live web app and patient portal.

Rate limits

Tuned to TherapyNotes's tolerances; Supergood paces requests to avoid tripping security throttles.

Latency

Sub-second for most reads under normal load; writes reflect the underlying platform timing.

Session management

Automatic re-auth plus cookie/token rotation, with health checks.

Security

Encrypted transport, scoped access, and audit logging; respects TherapyNotes role-based permissions.

Webhooks

Optional asynchronous delivery for long-running operations; polling otherwise.

Reliability

Retry logic, backoff, and idempotency keys to avoid duplicates.

Adaptation

Continuous monitoring for TherapyNotes web and portal surfaces changes, with rapid connector updates.

Frequently asked questions

No. TherapyNotes doesn't publish an MCP server. Supergood builds and maintains one by reverse-engineering TherapyNotes's authenticated flows and exposing them as MCP tools, plus the underlying REST API.

All of them, plus any MCP-compatible client. The same connector shows up in Claude (Desktop, claude.ai, Claude Code), ChatGPT connectors, and Cursor.

Supergood provisions a dedicated TherapyNotes account with managed MFA, or uses credentials you supply. We keep the session alive through MFA prompts, token expiry, and re-auth, so the connection stays live.

Yes. Reads and writes hit TherapyNotes's live system, not a nightly export. TherapyNotes has no public API. Key scheduling, documentation, and billing operations live in the web app, and exports are limited and not event-driven, so a reverse-engineered connector is the realistic path to programmatic access.

Both. The MCP tools are a layer on top of a normalized REST API for TherapyNotes; you can call either, from an agent or from your own code.

Ready to get a real API?