n8n

Connect MadKudu to n8n

n8n is an open-source workflow automation platform that lets you connect services, trigger actions, and build logic using a visual interface. You can use it to integrate MadKudu into custom workflows — like enriching leads, scoring accounts, or syncing insights across your stack, prepping meeting....

If you are new to n8n, find below in this article an example of workflow

To Add MadKudu MCP Tools to any workflow

Pre-requisite

  • You have a MadKudu API key. Refer to this article to get your API key.

  • You are a n8n admin

  1. Log into n8n (local or Cloud)

  2. In a project create an AI agent

  3. For Tool, add MCP Client Tool

    1. in Parameters:

      1. SSE Endpoint: enter the following URL replacing your API key

      2. Authenticaiton: None

      3. Tools: All

      https://mcp.madkudu.com/{YOUR_MADKUDU_API_KEY}/sse

/!\ note that the end of the url is /sse and not /mcp like you may have used in other tools

Create your first workflow powered by MadKudu in n8n

Let's create a simple agent on n8n that researches external meeting attendees, powered by MadKudu intelligence

Pre-requisites

You'll need

  • Generate an API for Google Calendar in your Google Console

  • An OpenAI API key, or other supported LLM

  • Your MadKudu API Key

This is the flow you'll import

  1. Download this JSON file that is the template of the workflow

  1. Log into n8n (cloud or local)

  2. Create a new Workflow (click + then Worfklow)

  3. On the top right corner click Import from File.. and import the JSON file you downloaded in 1.

  1. Edit each node to connect to your Calendar, OpenAI and MadKudu MCP

    1. Node Google Calendar: follow n8n docs to connect your Google account

    2. Node "Keep Meeting with external attendees" change "@example.com" into "@yourdomain.com" with your company domain to filter out internal meetings

    3. Node AI Agent

      1. Add your OpenAI API key

      2. In the Ai Agent prompt replace "example.com" with "yourdomain.com" with your company domain to filter out internal attendees

      3. in the MCP tool, enter this URL replacing your MadKudu API key and removing the { } : https://mcp.madkudu.com/{YOUR_MADKUDU_API_KEY}/sse

  2. Test your workflow !

Last updated

Was this helpful?