Appendix
OfficialAppendix MCP Server
Appendix turns any AI health conversation into a physician-reviewed opinion, with a prescription if you need one.
Your agent writes a medical encounter summary, submits it through our API, and a real doctor signs off.
Use the Appendix MCP server to search medical literature, submit clinical encounters, and receive clinical guidance and prescriptions from board-certified physicians. Learn more at appendix.com.
Installation
Claude Code
claude mcp add --transport http appendix https://mcp.appendix.com/mcpClaude Desktop / Claude Web Connectors
Add to your Claude Desktop config (claude_desktop_config.json) or Claude.ai custom-connector form:
{
"mcpServers": {
"appendix": {
"url": "https://mcp.appendix.com/mcp"
}
}
}Other clients
Client | URL |
Claude Code, Claude Desktop, Claude.ai connectors |
|
Anthropic Messages API ( |
|
The server speaks Streamable HTTP only — the current MCP spec transport (2025-03-26).
Related MCP server: Teladoc MCP Server
Available Tools
Tool | Description |
| Search medical literature and treatment guidelines |
| Submit a clinical letter for physician review |
| List available conditions and medications |
Development
npm install
npm run build
npm startWatch mode:
npm run devEnvironment Variables
Variable | Default | Description |
|
| Appendix API base URL |
|
| HTTP listener port |
Endpoints
Method | Path | Purpose |
|
| Render health probe |
|
| Streamable HTTP transport (stateless mode) |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides AI-powered medical consultation and clinical decision support through diagnostic analysis and personalized healthcare recommendations using OpenAI integration.Last updated
- AlicenseBqualityDmaintenanceEnables 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.Last updated816MIT

vClinic MCP Serverofficial
Flicense-qualityCmaintenanceEnables AI agents to manage virtual clinic data including patients, visits, diagnoses, treatments, lab/radiology orders, and search medical literature and internal knowledge base.Last updated- FlicenseBqualityDmaintenanceEnables AI agents to query free biomedical and pharmaceutical APIs for clinical trials, drug data, molecular structures, adverse events, and research literature.Last updated14
Related MCP Connectors
Verified, sourced, real-time intelligence layer for AI agents.
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Condition-aware ingredient and product checks for agents, with evidence tiers and citations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/appendixhealth/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server