Set up in your AI client

Add the Draxlr MCP server to Claude, ChatGPT, Perplexity, VS Code, and Cursor.

The Draxlr MCP server is a remote server:

https://api.draxlr.com/mcp

The easiest way to connect is to add it as a custom connector and sign in with your Draxlr account (OAuth) — there are no keys to copy.

How connecting works

Every client follows the same three steps:

  1. In your assistant, open connector settings and choose Add custom connector (or add an MCP server by URL).
  2. Paste https://api.draxlr.com/mcp.
  3. Click Connect — you'll be redirected to sign in to Draxlr and authorize access. Once authorized, the Draxlr tools are available.

Plan availability:

Custom connectors require a paid plan on most assistants, and Team/Enterprise admins may need to allow custom connectors for your organization.

Claude

  1. Open Settings → Connectors → Add custom connector.
  2. Enter the URL https://api.draxlr.com/mcp and add it.
  3. Click Connect, sign in to Draxlr, and authorize. The Draxlr tools appear in the tools menu of a new chat.

ChatGPT

  1. Open Settings → Connectors (enable developer mode if your setup requires it) and add a custom connector.
  2. Enter the URL https://api.draxlr.com/mcp.
  3. Complete the Draxlr sign-in to authorize the connector.

Perplexity

  1. Open Perplexity's Settings → Connectors and add a custom MCP server.
  2. Enter the URL https://api.draxlr.com/mcp and connect.
  3. Sign in to Draxlr to authorize.

VS Code (GitHub Copilot)

  1. Run MCP: Add Server from the Command Palette, choose HTTP, and enter https://api.draxlr.com/mcp. Or add it to .vscode/mcp.json:
{
  "servers": {
    "draxlr": {
      "type": "http",
      "url": "https://api.draxlr.com/mcp"
    }
  }
}
  1. VS Code opens the Draxlr sign-in in your browser — authorize it.
  2. Open Copilot Chat, switch to Agent mode, and the Draxlr tools appear in the tools list.

Cursor

  1. Open Settings → Tools & Integrations → MCP → New MCP Server and enter https://api.draxlr.com/mcp. Or add it to ~/.cursor/mcp.json:
{
  "mcpServers": {
    "draxlr": {
      "url": "https://api.draxlr.com/mcp"
    }
  }
}
  1. Cursor opens the Draxlr sign-in — authorize it.
  2. Make sure draxlr is enabled. In the Agent chat, it can now use the Draxlr tools.

Verify the connection

Once connected, ask your assistant:

"List my Draxlr databases."

If it returns your databases, the Draxlr MCP server is set up correctly. See Available commands for everything it can do.