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:
- In your assistant, open connector settings and choose Add custom connector (or add an MCP server by URL).
- Paste
https://api.draxlr.com/mcp. - 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
- Open Settings → Connectors → Add custom connector.
- Enter the URL
https://api.draxlr.com/mcpand add it. - Click Connect, sign in to Draxlr, and authorize. The Draxlr tools appear in the tools menu of a new chat.
ChatGPT
- Open Settings → Connectors (enable developer mode if your setup requires it) and add a custom connector.
- Enter the URL
https://api.draxlr.com/mcp. - Complete the Draxlr sign-in to authorize the connector.
Perplexity
- Open Perplexity's Settings → Connectors and add a custom MCP server.
- Enter the URL
https://api.draxlr.com/mcpand connect. - Sign in to Draxlr to authorize.
VS Code (GitHub Copilot)
- 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"
}
}
}
- VS Code opens the Draxlr sign-in in your browser — authorize it.
- Open Copilot Chat, switch to Agent mode, and the Draxlr tools appear in the tools list.
Cursor
- 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"
}
}
}
- Cursor opens the Draxlr sign-in — authorize it.
- 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.