This workflow follows the Agent → Execute Workflow Trigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "movies",
"nodes": [
{
"parameters": {
"workflowInputs": {
"values": [
{
"name": "question"
}
]
}
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
0,
0
],
"id": "12014624-94f5-471e-8b9a-1a246c2af746",
"name": "When Executed by Another Workflow"
},
{
"parameters": {
"promptType": "define",
"text": "=You are connected to an mcp tool that knows all about movies, here is the question: \n\n{{ $json.question }}",
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 2.1,
"position": [
144,
-64
],
"id": "4562b559-f94d-4378-bf79-6b8c981d0af9",
"name": "AI Agent"
},
{
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.2,
"position": [
80,
208
],
"id": "75d6fd5a-dd3e-4705-b8bf-9639f1e57392",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"endpointUrl": "http://office.0x5f.sh:30300/mcp",
"serverTransport": "httpStreamable"
},
"type": "@n8n/n8n-nodes-langchain.mcpClientTool",
"typeVersion": 1.1,
"position": [
384,
208
],
"id": "6db2f8a0-ab03-4576-8ba0-ba2335761581",
"name": "movie tool"
}
],
"connections": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"movie tool": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "91e53cf6-0adb-4ee6-960d-011d3ac42086",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "EQyMWi4nWUMgCEwF",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
openAiApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
movies. Uses executeWorkflowTrigger, agent, lmChatOpenAi, mcpClientTool. Event-driven trigger; 4 nodes.
Source: https://github.com/reklis/ovos-n8n-jarvis-persona/blob/33fc762ada5e4f88ce1b53d5ae607d9d52c3aae0/workflows/movies.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
search. Uses executeWorkflowTrigger, agent, lmChatOpenAi, mcpClientTool. Event-driven trigger; 4 nodes.
music. Uses executeWorkflowTrigger, agent, lmChatOpenAi, mcpClientTool. Event-driven trigger; 4 nodes.
Splitout Redis. Uses executeWorkflowTrigger, n8n, redis, splitOut. Event-driven trigger; 46 nodes.
3770. Uses executeWorkflowTrigger, n8n, redis, agent. Event-driven trigger; 46 nodes.
Designing agent tools for outcome rather than utility has been a long recommended practice of mine and it applies well when it comes to building MCP servers; In gist, agents to be making the least amo