📱

Get Our Mobile App

Take your business learning on the go!

Download on the App StoreGet it on Google Play

Stop Building n8n AI Agent (This Claude MCP Does It INSTANTLY)

Michele Torti16:05

Transcription

Claude just released their new MCP feature that allows you to create end-to-end workflows and AI agents from scratch using a single prompt. And honestly, it still blows my mind. So, in this video, I'm going to show you exactly how it works, but also how you can set it up step by step within your own Claude and Niten so you can start building AI agents in seconds. Let's dive in.

All right. So, the way that I would explain MCP to a 5-year-old is we have an input, which is the uh Claude. This is the assistant, the person that we talk to. This person right here is connected to an MCP, which is essentially a thing that is connected to different tools like your Gmail, your calendar, your Slack, your documents, your Niten in this case. And if you give it an input, say, "Hey, can you send an email? Can you create an edit workflow? Can you do this for me?" What it will do is it will then send a request. So it will send a notification to this MCP hub, which is connected to all these apps. And based on the input that you give it, it will then take action on the thing that you want it to do. Right? Say it could be send an email. It talks to here and then this is connected to your Gmail. So it actually sends an email right without you having to go into Gmail and do it yourself. And that is the same thing when it comes to Niten, when it comes to Outlook, calendar, documents, Slack, everything that you have, all the different apps that are connected to the MTP.

All right. So here I have the Notion document that we're going to use to follow the whole process step by step to connect your Claude to the MTP of anyone. By the way, if you want this document along with other resources, so you can set it up step by step, make sure to check out the first link down below.

All right, so step one is installing Claude on your desktop. Press this button right here, which will take you to this page. You can then install it based on what um, you know, MacBook you have or what computer you have. In this case, it will be Mac OS. You didn't have it downloaded. Open it and you will see a page that looks like this. And all you have to do is simply install it here.

Now, when you get to Claude for Mac, you want to press "Get Started." Then you can sign in. Make sure that if you already have an account on the Claude version, use the exact same account. If not, you can make a new one. In this case, I'm going to sign in with Google. Going to choose my account. Continue. And now I can see that I've been logged in into Claude right here. Skip. And this will now be your interface that you will use to then set everything up.

The next step, once you have installed Claude into your desktop, is to install Node.js, which is the thing that sort of allows us to be able to run the MCP. You want to press "Get NodeJS." Make sure you press Mac OS or whatever MacBook or whatever computer you use. Make sure you choose that one. Um, leave everything else the same and press "Mac OS Installer." You will then download the NodeJS.

Now, once you've installed the NodeJS, you will have this page right here. Just make sure to follow the instructions step by step. Press "Continue." Continue. Agree. And you want to press "Install." I already have it installed, but it's a two more clicks and you're good to go. So, make sure to have this here.

All right. So, we finished the first two steps, installing Claude and installing the NodeJS. The third step here is to set up the Niten MCP. So, I'm going to go to this page right here. Now, this right here is outlining basically the steps that we have to do in order to install the Niten MCP. Um, and there's a few ways that we have to do this or we can do this. Uh, in this case, we can choose option one because it is the latest, the fastest, and no installation is needed. So, it is the one that we're going to be using today. Uh, and what you want to do is you want to be copying this, right? And make sure again that you have Node.js installed onto your system in order to do this. So, copy this and make sure to open your terminal or command line if you're on Windows. So, go here, look for terminal, and you'll have a page that looks like this. Make sure to then paste the the the command that we um copied from the GitHub. And now, for me, it looks like this. But for you, if it's the first time that you paste this, you'll have to put "y." So, just put "y" and then press enter. And then you will see this right here. And as you can see, now we have the Niten documentation MCP server is running, which means everything is good.

All right. All right. So, now that we have the MCP running, uh, we have to now add the Claude desktop config. So, this is basically saying, "Hey, let's set up the the actual MCP on our MacBook." So, it's able to run on Claude. And we can do this in two different ways. We have the basic configuration, which is basically saying, "Hey, we have the code." So, Claude, we give the Claude the the instructions. So, "Make an AI agent." It then gives us the code. Then, we have to take an action of copying the code and then go into Niten and then importing it and having it there. Or we could do the full configuration with the Niten management tool, where we basically say, "Hey, make an AI agent," and then it gives us a link. So, the outcome or the output will be a link of a Niten workflow that we can just press and have it automatically installed to our Niten. This is obviously much more convenient. So, it is the one that we're going to be focusing on today. And all we have to do here is press "Copy." Go back to Claude. Make sure that right here, as you can see, I have no connectors. So, we're starting from scratch, which is exactly what you should be seeing. And if I go up here, and make sure you're going up here, not down here for settings to Claude, go "Settings" and go to "Developer." Now you want to press "Edit Config." When you press "Edit Config," you will come to this file right here. Now, it might get a bit technical, but trust me, it's actually much more easy than you think. Uh, you just have to paste the code that we had on GitHub to here. So, just open this in a plain text editor, and you'll have this one that looks like this. And all you have to do here is just delete this and paste this here. And the only two things that we have to um get is the Niten API URL, right? And the API key. Now, these two things are very important because they are the things that are going to allow the Claude MCP to have access to your Niten account to be able to then make the AI agent and give you the URL without you having to copy and paste the JSON and then import it into your own Niten account. It will make much more sense once you actually do it. Uh, so don't worry, but the first step is to get the API URL. In order to do that, you have to go to Niten workflows and you can find the URL right here. So, in the URL, the first part, right? The first part here. This is the Niten URL that we're going to use to then paste in the code. So, just copy this and paste it here without the slash.

And the second thing is the Niten API key. In order to get your API key, all you have to do is go here, "Settings," go to "Enter APIs," and in this case, as you can see, I already have the API keys that I've made before, but if you haven't made one before, just press "Create an API Key." Name it whatever you want. Let's do "Mik" and it's an "YouTube tutorial." And you can put an expiration date. This is basically saying, "Hey, how many days do you want this to run?" Now, because this is a very sensitive API key, as in the API key is the thing that if someone has access to, they have access to your whole account. So, expiration is basically being safe. Uh, but once you have 30 days, once you put 30 days as the expiration, make sure to go and update the time to something like 60 days or 90 days. In this case, let's just put 30 days, it doesn't really matter. The scopes, you can um, yeah, you can't really change them because you have to upgrade and press "Save." And now you have the API key. As you can see, I'm blurring it out because it is one of the most important, if not the most important API key in Niten. Copy this and then let's paste this right here.

Okay, now we have this whole JSON, which is a thing that now we can just press Command S, just save the actual file, right? So that we're able to then go to the next steps.

All right, so now that we have this, all we have to do is actually go here and quit Claude because it's not going to be able to read our config file and we have to reopen it again. So, once you reopen it, if you go down here to this button right here, you can now see that you have the Niten MCP, which is connected to all these different tools, right? Which are all for Niten. And this was only done if you refresh the actual page because now we added this JSON into the actual file that's connected to Claude. Okay, if you follow this step by step, you get to a point where you have this. Now you successfully connected the Niten MCP to Claude right here. And if you press "Enable All Tools," now you're saying, "Hey, the uh Claude instance has access to the MCP of Niten." And these are all the tools that Claude has access to. So, delete execution, you can do list task, get node for task, list AI tools, list nodes, get nodes, right? You can do a bunch of stuff to then make the actual AI agent right here.

All right. And the last step here is to make a project include. Uh, and this right here is only for paid members. So, you won't have access to this um to projects if you are on a free plan. Um, but if you are on a paid plan and you're paying for Claude, amazing. Um, make sure to go to Command F and then look for "Claude Project Setup." And this right here is an optimized prompt that you can use when actually making the workflows in Claude, right? And the way that it works is that you can just copy this. You can go to "Projects." You can create a new project and call it "Niten MCP" and just put "Project to project for Niten agents and workflows." Create project. And now for instructions, this is where you get to paste this prompt right here. Now, the benefit of having a project rather than um just talking to a new chat is this will have this will be better over time because you will give them more and more context. But also um right here, if you were to use here, you would use the exact same prompt. So I said, "Here's a prompt to create an end-to-end workflow. Please let me know once you go through it and ready to proceed." I'm going to paste the prompt right here. Right? And then I can press "Go." Right? But the problem with this is that this has to be a new conversation every single time. And if I just go to my project right here, it's just one click and it's an MCP and I can have this right here and I can have all the agents and workflows that I'm working on.

All right. So, actually going through it, I realized that we can actually also add some extra stuff. It's sort of like you have the armor suit and then you add some extensions that allow the actual MCP server to be much better when writing code. And so, just follow me through. Uh, the only thing you have to do is really just when you have this document, which you can find down below, you have to copy this part right here, just this part, right? And make sure to then go to the code right here that we have and then you want to delete these. Press comma and then you can paste this. All you have to do is delete 13, 14, and 15 right here. And then press enter and then you can paste this code right here and press "Save." And everything else is the exact same. Just make sure you have the API key and you have the Niten API URL. And as always, we have to refresh Claude to make sure that we can actually see the changes. So, I'm going to go here and press "Claude Quit" and I'm going to reopen it. So, now, if I go here, I can now see that I also have the context 7 and the Niten workflows documentation. And these two allow Claude to be that much better at writing code and being able to have the documentation of Niten as context when giving us the automations and the AI agents.

And now on to the fun part and the reason why we're all here. It took us a while uh but is to actually go to the project itself. And if you don't have a project, again, just paste the exact prompt. This one right here that we pasted before. And if you have the instruction, you can follow it step by step. And now I'm going to give it a full prompt so you're able to see exactly how it generates the workflow or AI agent that we tell it to. So what I'm going to do is paste this prompt right here, which is a prompt in markdown format. So the first thing we give it is a goal: "Create an Niten agent that accesses my personal productivity voice assistant. This agent will receive a voice note that I send via Slack and intelligently decide which tool or service to use based on the content. It should then do XYZ." We give it a trigger. We give in the agent setup, the tools, the Outlook, the To-Doist, the workflow structure, and that's it. I'm going to press enter.

As you can see, now the Claude instance is actually looking at the nodes and what node it should use for each step of the AI agent or workflow that we're using, which by the way is actually insane because this is looking through all the documentation and everything about it in general for it to be able to actually uh make the AI agent. As you can see, now it's also making the structure for the AI agent. And now what it's doing is it's creating the code for the Niten AI agent that we're going to use to then give it to Niten. You can see it's writing it step by step. And now we can see that the Niten or the Claude right here is starting to think about the documentation. It's going to map out everything that it needs to use, every single node, every single step of the automation and the AI agent that it's going to make. As you can see here now, the Claude is writing the code that we will then use to be able to make the AI agent and workflow. Because by the way, everything in Niten make.com, Zapier is JSON in the back end. Like all of these are nodes are different steps in Niten.

All right, cool. So, we can see that we have the full code that Claude generated for us um for the Niten uh AI agent and we also got the link. So, direct link to your workflow right here, which you can then press. You can then copy this, right? In this case, I can open link and this will bring me to a workflow like this where we have all these different items. And as you can see, the reality is, right, unlike what most people tell you, is that this isn't perfect, right? It gets you to a point where you are able to to have a structure for the automation itself, right? Because you do have the first nodes, the second nodes, and so on. And these are actual things that we have to do, which is amazing. But something like an AI agent router with the To-Doist add a task or the Outlook that isn't even here, or the Trello, which isn't even here. Um, I just wanted to show you the raw version because that's exactly what it looks like and what it is. And so, now what we have to do, of course, is to check it. So, you still need to be able to have that sort of technical expertise in some sense to know exactly what if this is a problem, right? Because I know this isn't what we're meant to be using because I know Niten and know how to build automations and AI agents. So, this doesn't completely dismiss the fact that you have to know how to use Niten, but it gives you a starting point that you can start with. Um, especially because something like this would have taken you one to two hours, sometimes even three hours, four hours to think about, but with this right here, it gives you a starting point which is already good enough for us to be able to then do something with it. And now assuming that these are actual things that that the AI agent can be connected to, all you have to do now is to make sure that you can connect your um credentials right here on Slack, OpenAI. Obviously, it depends what software you use. Um, OpenAI, Slack, To-Doist, and so on. Um, and once you have that, then you can obviously make sure that the the workflow is all good. You can test it and then you can launch it live.

And by the way, if you want the full document on Notion uh giving you the step-by-step guide as to what you have to follow, uh so you can follow along with me on this video and also the JSON and the prompt that I gave Claude to make the AI agent. Make sure to check out the first thing down below, which will take you to my free school community right here. Make sure you go to "Classroom Templates Vault" and you will see the latest video. So, let's say it's an "AI Proposal Generator System." You have the link to then download um the Notion document or to have the JSON file and the prompts that you can then use to start making your AI agents from scratch. And if you apply and you get in, you also get access to the "AI Automations 101" course, which is a very, very comprehensive guide that takes you from a real beginner in AI automation to someone who's able to build automations for themselves or for other businesses.

All right, so now you got to see exactly how to set up your MCP within Claude so you're able to generate edit and workflows and AI agents within seconds. But I wanted to be completely honest and tell you that this isn't perfect, right? This is a starting point. Of course, it's amazing that it's able to to do these things and it still blows my mind, right? But at the same time, just understand that this is this doesn't replace the whole Niten automation industry. Like you still have to sort of know what you're doing because I knew that there was a problem there because I already know how to use the software, right? And of course, it's going to get better and better and better over time. I don't dismiss that. But just know that these doctors aren't 100% perfect. They get you to a point where you're able to get 30 to 40% there, but you have to be that person that can get yourself to that 90 to 100%.

And one of the other misconceptions that I hear all the time is, "Hey, Mikuel, I mean, we have this MCP that can generate workflows in seconds. Why can't a business owner just generate workflows and AI agents for themselves without having to ask you?" Well, the problem is that business owners don't have the time to even set up the softwares to make sure to validate the actual workflow, to validate the agents. They don't have the time. That is not something that will change right now or in the future. So, these tools, these softwares are for us to be able to make automations, get ourselves 30 to 40% of the way there, but we still have to have the knowledge to get ourselves to that 100%.

And if you liked this Claude MCP feature video, then you're going to love this video on the screen right here, where I show you exactly step by step how you can set up your own MCP within ChatGBT that talks to over a thousand apps. With that being said, I hope you found value from this video and I'll see you in the next.