Overview
Magic’s documentation is designed to work with AI tools. You can connect your preferred AI assistant directly to our docs, enabling contextual searches, code generation, and troubleshooting without leaving your development environment.Chat With Any Page
Every page in our docs includes options to open the content directly in an AI assistant. Look for the contextual menu on any page to:- Copy the page as Markdown
- Open in Claude or ChatGPT with the page preloaded as context
- Send to Cursor or VS Code for inline assistance
Connect the MCP Server
Magic exposes a Model Context Protocol (MCP) server that lets AI tools search our documentation directly. Once connected, your AI assistant can find relevant docs pages on its own — no copy-pasting required.- Claude
- Claude Code
- Cursor
Add the connector
- Open Claude Settings > Connectors
- Select Add custom connector
- Enter the following:
- Name:
Magic Docs - URL:
https://docs.magic.link/mcp
- Name:
- Select Add
LLM Feed Files
If you’re building custom AI integrations or want to index Magic’s docs in your own tools, we expose two continuously updated files:| File | URL | Best for |
|---|---|---|
llms.txt | docs.magic.link/llms.txt | Quick context — a concise index of all docs pages |
llms-full.txt | docs.magic.link/llms-full.txt | Full indexing — includes all page content |