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
Log into n8n (local or Cloud)
In a project create an AI agent
For Tool, add MCP Client Tool
in Parameters:
SSE Endpoint: enter the following URL replacing your API key
Authenticaiton: None
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

Download this JSON file that is the template of the workflow
Log into n8n (cloud or local)
Create a new Workflow (click + then Worfklow)
On the top right corner click Import from File.. and import the JSON file you downloaded in 1.

Edit each node to connect to your Calendar, OpenAI and MadKudu MCP
Node Google Calendar: follow n8n docs to connect your Google account
Node "Keep Meeting with external attendees" change "@example.com" into "@yourdomain.com" with your company domain to filter out internal meetings
Node AI Agent
Add your OpenAI API key
In the Ai Agent prompt replace "example.com" with "yourdomain.com" with your company domain to filter out internal attendees
in the MCP tool, enter this URL replacing your MadKudu API key and removing the { } :
https://mcp.madkudu.com/{YOUR_MADKUDU_API_KEY}/sse
Test your workflow !
Last updated
Was this helpful?