MCP server for Max, the AI sales agent from Digital Crew. Max is built for lead qualification, cold outreach, and pipeline growth—see the product story on max.digitalcrew.tech.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"max-mcp-server": {
"command": "npx",
"args": [
"-y",
"Digital-Crew-Technologies/max-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add max-mcp-server npx -y Digital-Crew-Technologies/max-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"max-mcp-server": {
"command": "npx",
"args": [
"-y",
"Digital-Crew-Technologies/max-mcp-server"
]
}
}
}
📋 Copy