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

# Set up Web MCP with n8n

Connect the TalorData 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 TalorData 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 TalorData MCP via real-time streaming over HTTPS without requiring local setup.

#### Require

* Register for a [TalorData account](https://www.talordata.com/)
* Go to [SERP API-API Token](https://dashboard.talordata.com/scraping/serp-api/api-token/) 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.talordata.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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.talordata.com/serp-api/integration/mcp-integration/set-up-web-mcp-with-n8n.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
