Skip to main content
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.
This is the docs-search MCP server — it lets an agent read these documentation pages. It is not the same as running Buttons as an MCP server. To expose your own buttons to an agent as deterministic, pressable tools, run buttons mcp (only buttons marked "mcp_enabled": true are listed/pressable).

Connect to your AI tool

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 capability file serve complementary roles: 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.