Teladoc Server
FreeMaintainedEnables AI agents to interact with the Teladoc telehealth platform to search for providers, book virtual appointments, and manage prescriptions. It also support
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 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 Server in Claude Desktop, Claude Code & Cursor
unyly install teladoc-mcp-serverInstalls 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-teladocStep-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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
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
