- Search — find relevant docs pages by query
- Get page — retrieve the full content of a specific page by path
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
- 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 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.