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
Open Connectors Settings
Open Claude → Settings → Connectors → Add Custom Connector

Add Dandex
Enter Dandex as the name and paste the server URL:
https://dandex.ai/mcp?token=YOUR_TOKENReplace YOUR_TOKEN with the token from your welcome email or dashboard
Done!
Dandex tools are now available in your Claude conversations. Try asking:
Claude Desktop
Open Claude Desktop Settings
Go to Claude Desktop → Settings → Developer → Edit Config
Add the MCP Server Configuration
Add this to your 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
Restart Claude Desktop
Restart Claude Desktop for the changes to take effect. You should see Dandex tools available in your conversations.
Claude Code (CLI)
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
Verify Installation
Check that Dandex is installed:
claude mcp listYou 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