DexMCPServer

davidswolf/DexMCPServer
★ 3 stars TypeScript 📦 Other Updated 3mo ago
MCP server for Dex personal CRM with fuzzy contact matching and enrichment tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dexmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "davidswolf/DexMCPServer"
      ]
    }
  }
}