Claude Desktop
Add the following to yourclaude_desktop_config.json:
Cursor
Open the command palette, search for Open MCP settings, and add:VS Code
Add the following to.vscode/mcp.json in your project:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect BRC20 docs to your AI tools for free via MCP
claude_desktop_config.json:
{
"mcpServers": {
"brc20-docs": {
"type": "http",
"url": "https://docs.brc20.build/mcp"
}
}
}
{
"mcpServers": {
"brc20-docs": {
"url": "https://docs.brc20.build/mcp"
}
}
}
.vscode/mcp.json in your project:
{
"servers": {
"brc20-docs": {
"type": "http",
"url": "https://docs.brc20.build/mcp"
}
}
}
claude mcp add --transport http brc20-docs https://docs.brc20.build/mcp