Help

Claude Desktop

Claude Desktop can use the 101domain MCP Server via a local mcp-remote bridge. This page shows where to find Claude’s config file on macOS and Windows, and gives a ready‑to‑paste example that connects to https://mcp.101domain.com with your 101domain API key as a Bearer token.


Configuration:

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

If the file doesn't exist, enable it under Settings → Developer first, then restart Claude Desktop.

Recommended — env block (key out of process listings):

{
  "mcpServers": {
    "101domain": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "mcp-remote@0.1.38",
        "https://mcp.101domain.com",
        "--header",
        "Authorization:${AUTH_TOKEN}",
        "--silent"
      ],
      "env": {
        "AUTH_TOKEN": "Bearer TOKEN_HERE"
      }
    }
  }
}

Restart Claude Desktop after saving your configuration file. Go to Settings → Connectors to confirm your 101domain MCP tools are there.