Skip to main content
Add the following to your Claude Desktop config file: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

Python

{
  "mcpServers": {
    "datagate": {
      "command": "uvx",
      "args": ["datagate-mcp"],
      "env": {
        "DATAGATE_API_KEY": "dg_live_your_key_here"
      }
    }
  }
}

TypeScript

{
  "mcpServers": {
    "datagate": {
      "command": "npx",
      "args": ["-y", "@datagate/mcp"],
      "env": {
        "DATAGATE_API_KEY": "dg_live_your_key_here"
      }
    }
  }
}

Configuration

VariableRequiredDefaultDescription
DATAGATE_API_KEYYesYour API key (dg_live_...)
DATAGATE_URLNohttps://api.getdatagate.comAPI base URL
After saving the config, restart Claude Desktop. You should see the Datagate tools available in your conversation.