2 months ago
Step-by-step guide to connecting UTM Mind to AI agents like Manus, Claude, or Cursor using the MCP Server. Automate UTM link creation, validation, and governance with natural language commands.
Server Config
{
"mcpServers": {
"utm-mind": {
"url": "https://www.utmmind.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}