We’re adding MCP Client tool & MCP Trigger nodes - try them now!

If you’ve been doing ANYTHING with AI lately, you must have seen the excitement around MCP, a protocol that was released by Anthropic, creator of the Claude 3.7 Sonnet model.

MCP aims to standardise how LLMs like Claude, ChatGPT, or Cursor can interact with tools or integrate data for their agents. Many providers - both established or new - are adopting MCP as a standard way to build agentic systems. It is an easy way to either expose your own app as a server, making capabilities available to a model as tools, or as a client that can call on tools outside of your own system.

We already got a lot of requests from our community and saw the excitement around the MCP Community Node by nerding-io. This made it about time to add proper support for this protocol to n8n.

Before I continue, here’s a great introduction to MCP (using nerding-io’s node, not ours):

While it’s still early in the development process, we want to give you access to our new MCP nodes. This will help us understand your requirements better and will also let us converge on a great general solution quicker.

We are adding two new nodes:

  • a MCP Client tool for the AI Agent
  • a MCP Server Trigger for any workflow

The MCP Client Tool connects LLMs - and other intelligent agents - to any MCP-enabled service through a single interface. The MCP Server Trigger turns n8n into an MCP server, providing n8n tools to models running outside of n8n.

Note that you can run multiple MCP servers from your n8n instance.

How can you help?

Both nodes are now available on our next branch (Beta on Cloud) (which is not recommended for production). Update your instance to get it and start building some projects! Please report any issues or feature requests here on this topic.

Also, if you built something cool, share it here too! We’d love to see what this new feature unlocks for you.

Our engineering team will keep a close eye on this topic and we’ll share updates here too.

59 Likes

Nice!!! Waiting when I can try.

1 Like

Awesome!

I noticed it in the v1.88 release on GitHub: Release [email protected] · n8n-io/n8n · GitHub

This is absolutely a game-changer🔥

6 Likes

Thanks for linking my MCP video, exciting to see a native integration!! @bartv

5 Likes

Great work n8n team! Loved the video Max! Shared with my whole Skool community as well! :slight_smile:

1 Like

Great, keep up the good work guys !

2 Likes

Common N8N W!

1 Like

You can already try it by switching to the next branch, or ‘Latest Beta’ on Cloud.

1 Like

This will really speed up the development of POCs.

2 Likes

Congratulations to the team! I look forward to exploring how to create our company/platform MCP.

1 Like

Do I have to activate something in the environment variables to use this effectively?

I can’t select the tools or make them work at all.

I’ve tried:

  • using the simple calculator example from the video
  • activating and deactivating the workflow
  • using a different workflow for client and server
  • refreshing the browser cache
  • installing a clean new instance
  • using MySQL and Postgres
1 Like

sweet!! Already loving it.

Outstanding!

having same issue any fix yet ?

2 Likes

I’m using n8n Cloud to test it. Self-hosted version still not working.

1 Like

Awesome! Love to see keeping up with the latest new tech. Live browser control agents next? :thinking:

On my self hosted version i can not see the tools inside Claude. Anyone has the same issue ?

1 Like

Yep. MCP URLs are not working in self-hosted here either. I was able to run it on the cloud version, though.

2 Likes

Thank you very much for your reply!