MCP (Model Context Protocol) lets your agent search and read Bolt docs without loading the entire site into context.
Docs MCP is separate from a future API MCP that would call Bolt endpoints (create orders, authorize payments). This page covers documentation access only.
Hosted docs MCP
Bolt Help exposes a search MCP at:
Discovery document: https://help.bolt.com/.well-known/mcp
One-line install
Cursor
Open MCP settings (Cmd+Shift+P → “Open MCP settings”) and add the server, or use the contextual menu on any doc page.
Claude Code
VS Code
Save as .vscode/mcp.json in your project.
Use these tools when your agent needs live doc lookup instead of loading llms-full.txt into context.
API MCP (coming soon)
@boltapp/bolt-mcp for Bolt API operations (orders, transactions, webhooks) is not yet published. Use the OpenAPI spec and docs MCP until it ships.
Planned configuration: