Skip to content
Claude Desktop

btlabs Core for Claude Desktop

dev.btlabs/core

btlabs Core MCP endpoint: site content and brand data for AI agents. OAuth or API key.

client:Claude Desktop transport:streamable-http

Install btlabs Core in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://btlabs.dev/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

btlabs Core in other clients