Mintlify generates a hosted MCP server from these docs. Connect it to your AI tools so they can search Buttons documentation and retrieve full page content directly — no browser, no copy-paste. The MCP server exposes two tools:Documentation Index
Fetch the complete documentation index at: https://docs.buttons.sh/llms.txt
Use this file to discover all available pages before exploring further.
- Search — find relevant docs pages by query
- Get page — retrieve the full content of a specific page by path
Connect to your AI tool
- Claude Code
- Claude (web)
- Cursor
- VS Code
Add the Buttons docs MCP server to Claude Code:Verify:Now ask Claude Code about Buttons and it can search these docs during response generation.
Quick install from any docs page
Select any text on this docs site and use the contextual menu to:- Copy MCP server URL — paste into your tool’s MCP configuration
- Connect to Cursor — one-click install into Cursor
- Connect to VS Code — one-click install into VS Code
MCP + SKILL.md
MCP and the SKILL.md file in the Buttons repo serve complementary roles:| MCP server | SKILL.md | |
|---|---|---|
| What it provides | Real-time search across all docs pages | Full CLI reference in one file |
| How the agent uses it | Searches on demand during conversation | Loaded into context at session start |
| Stays current | Auto-indexed on every docs deployment | Regenerated via go run ./internal/tools/skillgen |
| Best for | Deep questions, discovering pages, getting full page content | Quick reference, offline use, CI agents without network |
SKILL.md for baseline context, connect the MCP server for deep dives.
The MCP server URL above uses
buttons.mintlify.app. If you’re self-hosting or using a custom domain, replace with your actual docs URL followed by /mcp.