MCP Hub
Back to servers

Teladoc MCP Server

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.

glama
Updated
Mar 15, 2026

@striderlabs/mcp-teladoc

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="your-email@example.com"
export TELADOC_PASSWORD="your-password"
export TELADOC_HEADLESS="true"  # optional, defaults to true

Tools

ToolDescription
search_providersSearch Teladoc providers by specialty, condition, gender, or language
get_provider_detailsGet detailed information about a specific provider
list_appointmentsList upcoming and past appointments
book_appointmentBook a new virtual appointment
cancel_appointmentCancel an existing appointment
get_prescriptionsView prescription history
send_messageSend secure message to your provider
get_visit_historyGet 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": "your-email@example.com",
        "TELADOC_PASSWORD": "your-password"
      }
    }
  }
}

License

MIT

Reviews

No reviews yet

Sign in to write a review