Get Started
Three ways to use Appendix. Pick the one that matches how you already work with AI.
Prompt
QuickstartCopy our prompt and paste it into ChatGPT, Claude, Gemini, Perplexity, or any AI conversation. Your AI walks you through the clinical intake — chief complaint, history, allergies, what you’re hoping for — then assembles a structured letter and directs you to submit it. Best for one-off use, or any AI that doesn’t support skills or MCP.
Skill
Install the Appendix agent skill, /appendix. Next time you discuss a health issue with your agent, it will offer to connect you with our doctors — or call it directly with /appendix. Best for Claude Code, Claude Cowork, and any other skill-aware agent.
Install from the command line:
git clone https://github.com/appendixhealth/skills.git ~/.claude/skills/appendixOr download the file directly at appendix.com/SKILL.md and upload it through your agent’s skill management UI.
MCP
Connect Appendix to any MCP-compatible client. The server exposes three tools — search the knowledge base, submit encounters, and list treatable conditions. Best for Claude Desktop, Cursor, custom MCP clients, or self-hosted setups.
View the source on GitHub or clone it from the command line:
git clone https://github.com/appendixhealth/mcp-server.gitAdd to your MCP client config:
{
"mcpServers": {
"appendix": {
"url": "https://mcp.appendix.com/mcp"
}
}
}What happens after submission
- You receive a checkout URL. Sign in and complete identity verification.
- Subscribe ($99/mo) and choose your pharmacy. See what’s included.
- A board-certified physician personally reviews your submission. Most submissions are reviewed within 24 hours.
- If approved, the prescription is e-sent to your chosen pharmacy.
- Cancel anytime, no long-term commitment. Full refund if you cancel before a prescription is written. See the Refund Policy.