- Home
- Resources
- Integrations
- Wikipedia
n8n Wikipedia nodeConfigure Wikipedia in n8n.
The n8n Wikipedia node hands an AI agent a lookup tool it can call on its own. It ships inside the n8n AI pack, exposes 0 parameters, and wires onto a single port. Drop it next to an agent and it pulls article content mid-conversation, with nothing to configure.
Verified Trustpilot reviews · AI, automation & growth agency
What does the n8n Wikipedia node do in a workflow?
Wikipedia is a tool sub-node, meaning a small block that an AI agent calls by itself when it needs a fact. It never sits in the main path of a workflow. You drop it on the canvas and wire it to the Tool port of a root node, the small connector that hangs under the agent. From there the agent decides when a question deserves a lookup, runs the search, and reads the article back into its own answer.
Take a support assistant answering questions in chat. The model knows your product, but it stumbles the moment someone asks about a standard, a company or a public figure it half remembers. Wire Wikipedia to the agent and that gap closes: the agent searches, quotes what it found, and stops improvising. You change nothing in the node itself, because there is nothing in it to change.
Second case, content drafting. A workflow takes a few keywords, asks the model to gather background, then writes a first draft. Without a lookup tool the background is whatever the model remembers. With one, the agent pulls article text first and drafts from it, which makes the output far easier to fact check afterwards.
Third case, a multi tool agent. Wikipedia rarely travels alone: it sits next to the tools that actually act, and the agent picks whichever fits the question. That is the point of the AI Agent node, and of AI Agent Tool when a whole agent becomes a tool for another agent. The chat model driving the choice comes from a provider node such as OpenAI or Anthropic.
When should you skip it? Whenever the model has no decision to make. If you already know the exact article you want, an agent adds a step and a bill for nothing: fetch the content in a regular workflow node and put it straight in the prompt. A tool earns its place when the choice of looking something up, and of what to look up, belongs to the model.
The limits follow from the same simplicity. The node is at version 1 and its panel is empty, so there is no field to narrow a search, pick a language edition or cap the length of what comes back. It searches Wikipedia and nothing else. And like every sub-node, it never runs alone: unplugged from a root node, it simply sits there. If the trade off between a tidy node and a configurable one matters to you, the n8n review covers how the platform handles that tension elsewhere.
What do you wire the Wikipedia node to?
n8n splits AI work in two: a root node receives the workflow items through its main input, and sub-nodes clip onto its ports, one type of sub-node per port.
Output (what it plugs into)
- Tool
ai_tool
01Tool
This is the only connection the node has, and it points outward: Wikipedia plugs into the Tool port of a root node, which then exposes the search to its model as something it may call.
Key parameters
- Required: a sub-node has no main input and never executes on its own, so an unwired Wikipedia node does nothing at all.
- AI Agent: the usual host, an agent that reasons over a question and picks its tools.
- AI Agent Tool: for nesting, when a full agent is itself offered as a tool.
- MCP Server Trigger: exposes the tool to an outside MCP client instead of a local agent.
Wikipedia
The Wikipedia node has 0 parameters. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.
Parameters index
Need help automating Wikipedia with n8n?
A person reads every message.
Wikipedia and n8n, the common questions
01Is the Wikipedia node free in n8n?
02What do you need to make the n8n Wikipedia node work?
03What are the limits of the Wikipedia node?
04What is the minimum to wire, and which sub-node should you start with?
05n8n or Make for an AI agent with tools?
Get our weekly integration tips.
No spam. Unsubscribe anytime.



