Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Teladoc Server

FreeMaintained

Enables AI agents to interact with the Teladoc telehealth platform to search for providers, book virtual appointments, and manage prescriptions. It also support

GitHubEmbed

About

Enables AI agents to interact with the Teladoc telehealth platform to search for providers, book virtual appointments, and manage prescriptions. It also supports secure messaging and access to past visit history through the Model Context Protocol.

README

MCP npm

MCP server connector for Teladoc telehealth platform. Enable AI agents to search providers, book virtual appointments, manage prescriptions, and message healthcare providers.

Installation

npx @striderlabs/mcp-teladoc

Or install globally:

npm install -g @striderlabs/mcp-teladoc

Configuration

Set environment variables:

export TELADOC_EMAIL="[email protected]"
export TELADOC_PASSWORD="your-password"
export TELADOC_HEADLESS="true"  # optional, defaults to true

Tools

Tool Description
search_providers Search Teladoc providers by specialty, condition, gender, or language
get_provider_details Get detailed information about a specific provider
list_appointments List upcoming and past appointments
book_appointment Book a new virtual appointment
cancel_appointment Cancel an existing appointment
get_prescriptions View prescription history
send_message Send secure message to your provider
get_visit_history Get past visit summaries

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "teladoc": {
      "command": "npx",
      "args": ["@striderlabs/mcp-teladoc"],
      "env": {
        "TELADOC_EMAIL": "[email protected]",
        "TELADOC_PASSWORD": "your-password"
      }
    }
  }
}

License

MIT

from github.com/markswendsen-code/mcp-teladoc

Install Teladoc Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install teladoc-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add teladoc-mcp-server --env TELADOC_EMAIL="" --env TELADOC_HEADLESS="" --env TELADOC_PASSWORD="" -- npx -y @striderlabs/mcp-teladoc

Step-by-step: how to install Teladoc Server

FAQ

Is Teladoc Server MCP free?

Yes, Teladoc Server MCP is free — one-click install via Unyly at no cost.

Does Teladoc Server need an API key?

Yes, it requires environment variables: TELADOC_EMAIL, TELADOC_HEADLESS, TELADOC_PASSWORD. Unyly injects them into the config during install.

Is Teladoc Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Teladoc Server in Claude Desktop, Claude Code or Cursor?

Open Teladoc Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Teladoc Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs