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 the Config File

Open your terminal and run the command for your platform:

macOS:

open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"

Windows (PowerShell):

notepad "$env:APPDATA\Claude\claude_desktop_config.json"

Linux:

xdg-open "$HOME/.config/Claude/claude_desktop_config.json"

If the file doesn't exist yet, create it first or open Claude Desktop → Settings → Developer → Edit Config.

2

Add the MCP Server Configuration

Paste this into 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.

Scheduled TasksNew

Claude can run tasks automatically on a schedule — daily company monitoring, weekly sales reports, or competitor analysis. This requires a local MCP server (not a web connector).

Important: Scheduled tasks only use local MCP servers. If you set up Dandex via the web connector (claude.ai), you also need the local configuration via Claude Desktop to use scheduled tasks.

1

Configure local MCP server

Add Dandex to your claude_desktop_config.json (see the Claude Desktop section above):

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

This uses mcp-remote to run Dandex as a local stdio server — exactly what scheduled tasks require.

2

Ensure Node.js is installed

Scheduled tasks run in the background and need npx available. Verify with:

node --version  # Must be v18+
3

Create a scheduled task

In Claude Desktop, ask Claude to create a scheduled task. Examples:

Daily Company Monitoring

Monitor a specific company for changes

Weekly Sales Lead Report

Find new sales opportunities every week

Competitor Tracking

Watch for changes at competitor companies
4

Example: Daily morning briefing

Say this to Claude to create a daily task:

Claude will create the task, and it runs automatically every day at 8am. Results are delivered as a notification.

Pro tip: Install the Dandex AI Skill to teach your AI assistant advanced workflows like credit checks, due diligence reports, sales prospecting, and corporate network analysis.

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 →