Skip to content

MCP Tool Node

The MCP Tool node is a node for incorporating custom tools into workflows by utilizing external MCP Servers. This enables AI integration with other applications and services via MCP.

This tutorial introduces a “workflow that adds a product catalog to Stripe via Zapier MCP.”

mcp node

By using Zapier MCP, you can easily build an MCP server that connects Claude, ChatGPT, and other AI tools to over 8,000 apps. Integration with SamuraiAI is also possible, allowing you to integrate with SaaS that don’t exist in SamuraiAI connectors.

This time, we’ll verify integration with the payment service Stripe. The creation steps are as follows:

  1. Access Zapier MCP and create an account.
  2. Create a new MCP Server from “New MCP Server”. Set the MCP Client as Other. create mcp server
  3. Click “Add Tool” to integrate with SaaS. Select the “Stripe” app and connect with your Stripe account. stripe mcp server
  4. In the Tool selection, add all tools. stripe mcp server
  5. Upon success, the tools will be displayed in the MCP Server. stripe mcp server tools
  6. Click Connect at the top and copy the MCP Server URL.

stripe mcp server url

From SamuraiAI, create a new workflow in Studio.

Add an MCP Tool node and add the created MCP Server:

  • Server Name: stripe
  • Transfer Type: Streamable HTTP
  • Server URL: Zapier MCP’s MCP Server URL

mcp node

mcp tool settings

Upon success, the tools from Zapier MCP will be displayed in the MCP Tool node.

mcp tool lists

Next, enter the following content in the prompt:

Add a dummy product "Computer" to Stripe.

mcp tool prompt

Now you’re ready! Click the debug button to run the workflow. When executed, we successfully added a computer product catalog to Stripe 🚀

result workflow