Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Teladoc MCP ServerFind a primary care doctor available for a virtual visit today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-teladoc
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-teladocOr install globally:
npm install -g @striderlabs/mcp-teladocConfiguration
Set environment variables:
export TELADOC_EMAIL="your-email@example.com"
export TELADOC_PASSWORD="your-password"
export TELADOC_HEADLESS="true" # optional, defaults to trueTools
Tool | Description |
| Search Teladoc providers by specialty, condition, gender, or language |
| Get detailed information about a specific provider |
| List upcoming and past appointments |
| Book a new virtual appointment |
| Cancel an existing appointment |
| View prescription history |
| Send secure message to your provider |
| 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": "your-email@example.com",
"TELADOC_PASSWORD": "your-password"
}
}
}
}License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.