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.

74 „Gefällt mir“

Nice!!! Waiting when I can try.

1 „Gefällt mir“

Awesome!

I noticed it in the v1.88 release on GitHub: Release n8n@1.88.0 · n8n-io/n8n · GitHub

This is absolutely a game-changer🔥

7 „Gefällt mir“

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

6 „Gefällt mir“

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

1 „Gefällt mir“

Great, keep up the good work guys !

2 „Gefällt mir“

Common N8N W!

1 „Gefällt mir“

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

1 „Gefällt mir“

This will really speed up the development of POCs.

2 „Gefällt mir“

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

1 „Gefällt mir“

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
3 „Gefällt mir“

sweet!! Already loving it.

Outstanding!

having same issue any fix yet ?

2 „Gefällt mir“

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

2 „Gefällt mir“

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 „Gefällt mir“

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

2 „Gefällt mir“

Thank you very much for your reply!