Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Teladoc

FreeNot checked

Connector for Teladoc telehealth platform enabling provider search, appointment booking, prescription history, and secure messaging.

GitHubEmbed

About

Connector for Teladoc telehealth platform enabling provider search, appointment booking, prescription history, and secure messaging.

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

Installing Teladoc

This server has no published package — it is built from source. Open the repository and follow its README.

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

FAQ

Is Teladoc MCP free?

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

Does Teladoc need an API key?

No, Teladoc runs without API keys or environment variables.

Is Teladoc hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

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

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

Related MCPs

Compare Teladoc with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs