Dandex

Setup Guide

Connect Dandex to your AI assistant in minutes

Note: Adding custom connectors currently requires a paid Claude plan (Pro, Team, or Enterprise).

Claude

1

Open Connectors Settings

Open Claude → Settings → Connectors → Add Custom Connector

Claude connectors settings
2

Add Dandex

Enter Dandex as the name and paste the server URL:

https://dandex.ai/mcp?token=YOUR_TOKEN

Replace YOUR_TOKEN with the token from your welcome email or dashboard

3

Done!

Dandex tools are now available in your Claude conversations. Try asking:

Claude Desktop

1

Open Claude Desktop Settings

Go to Claude Desktop → Settings → Developer → Edit Config

2

Add the MCP Server Configuration

Add this to your claude_desktop_config.json:

claude_desktop_config.json
{
  "mcpServers": {
    "dandex": {
      "command": "npx",
      "args": ["mcp-remote", "https://dandex.ai/mcp?token=YOUR_TOKEN"]
    }
  }
}

Replace YOUR_TOKEN with the token from your welcome email or dashboard

3

Restart Claude Desktop

Restart Claude Desktop for the changes to take effect. You should see Dandex tools available in your conversations.

Claude Code (CLI)

1

Run the Add Command

Open your terminal and run:

claude mcp add dandex -- npx mcp-remote "https://dandex.ai/mcp?token=YOUR_TOKEN"

Replace YOUR_TOKEN with your token

2

Verify Installation

Check that Dandex is installed:

claude mcp list

You should see "dandex" in the list of MCP servers.

For more details, see the official Claude MCP documentation.

Get Started

Enter your email to receive your API token and start using Dandex

Free tier: 100 requests/day. No credit card required.

or try it out here →