Skip to main content

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.

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:
  • Search — find relevant docs pages by query
  • Get page — retrieve the full content of a specific page by path
Your AI tool decides when to use these tools based on the conversation context. If you ask about creating an HTTP button, it searches the docs and pulls the relevant page automatically.

Connect to your AI tool

Add the Buttons docs MCP server to Claude Code:
claude mcp add --transport http buttons-docs https://buttons.mintlify.app/mcp
Verify:
claude mcp list
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 serverSKILL.md
What it providesReal-time search across all docs pagesFull CLI reference in one file
How the agent uses itSearches on demand during conversationLoaded into context at session start
Stays currentAuto-indexed on every docs deploymentRegenerated via go run ./internal/tools/skillgen
Best forDeep questions, discovering pages, getting full page contentQuick reference, offline use, CI agents without network
Use both: load 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.