Teladoc
FreeMaintainedConnector for Teladoc telehealth platform enabling provider search, appointment booking, prescription history, and secure messaging.
About
Connector for Teladoc telehealth platform enabling provider search, appointment booking, prescription history, and secure messaging.
README
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
Install Teladoc in Claude Desktop, Claude Code & Cursor
unyly install teladocInstalls 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 --env TELADOC_EMAIL="" --env TELADOC_HEADLESS="" --env TELADOC_PASSWORD="" -- npx -y @striderlabs/mcp-teladocStep-by-step: how to install 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?
Yes, it requires environment variables: TELADOC_EMAIL, TELADOC_HEADLESS, TELADOC_PASSWORD. Unyly injects them into the config during install.
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.
Changes
Versions and requested access over time.
- New version published
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
