> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/scraping/serp-api/integration/mcp-integration/set-up-web-mcp-with-n8n.md).

# Set up Web MCP with n8n

Integrate Thordata MCP Server with n8n to give AI agents access to real-time SERP data and structured search results.

Connect the ThorData MCP server to n8n to build automated, no-code data workflows featuring web search, scraping, and structured extraction nodes.<br>

This guide explains how to integrate ThorData Web MCP with n8n to build automated, AI-driven workflows. You can connect the MCP to n8n via:\
**Streamable HTTP MCP – the easiest cloud-based setup.**

#### Streamable HTTP MCP Integration

For most users, Streamable HTTP is recommended. It enables n8n AI agents to interact with ThorData MCP via real-time streaming over HTTPS without requiring local setup.

**Require**

* Register for a [ThorData account](https://www.thordata.com/)
* Go to [SERP API-API Token](https://dashboard.thordata.com/serp-api/get-started) to creat an API Token
* AI-powered workflows in n8n (e.g., AI agents)

#### How to configure a remote MCP

{% stepper %}
{% step %}
**Create an AI agent in n8n or your preferred AI orchestration platform.**
{% endstep %}

{% step %}
**Install the following components:**

* Chat models (e.g., GPT-4, GPT-4o)
* MCP client node
  {% endstep %}

{% step %}
**Configure the remote MCP URL using your API token:**

```
https://mcp.thordata.net/YOUR_API_TOKEN_HERE/mcp
```

{% endstep %}

{% step %}
**Select MCP Tool**

* Clearly and publicly disclose specific tools.
* Enable AI agents to dynamically select tools. Once configured, the AI ​​agent will invoke MCP tools as needed and stream responses back to your workflow in real time.
  {% endstep %}
  {% endstepper %}

**When to Use Streamable HTTP**

* No-code or low-code automation
* Rapid deployment with minimal infrastructure requirements
* Cloud-hosted n8n deployment
* Real-time, AI-powered data extraction
