This workflow follows the Execute Workflow Trigger → Toolworkflow 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": "Use-Workflow-as-MCP",
"nodes": [
{
"parameters": {
"workflowInputs": {
"values": [
{}
]
}
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
0,
0
],
"id": "7f7f3914-44b8-4f3b-9f79-a67cbe5b43ee",
"name": "When Executed by Another Workflow"
},
{
"parameters": {
"authentication": "bearerAuth",
"path": "783385c9-7a33-4c70-868c-a1a7942a9d68"
},
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"typeVersion": 2,
"position": [
32,
192
],
"id": "12f06702-c056-41c5-b91c-0d5bea7349f7",
"name": "MCP Server Trigger",
"credentials": {
"httpBearerAuth": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"description": "\u9019\u662f\u4e00\u500bNotion\u9801\u9762\u5efa\u7acb\u7684\u5de5\u5177\uff0c\u8f38\u5165\u7684\u8cc7\u6599Inputt\uff0c\u5c07\u6703\u8b8a\u6210\u6a19\u984c\u3002",
"workflowId": {
"__rl": true,
"value": "419TR8BS6W5pwilF",
"mode": "list",
"cachedResultName": "Use-Workflow-as-MCP"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {
"Inputt": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Inputt', ``, 'string') }}"
},
"matchingColumns": [
"input"
],
"schema": [
{
"id": "Inputt",
"displayName": "Inputt",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string",
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"typeVersion": 2.2,
"position": [
104,
416
],
"id": "fd2f2c43-577b-4be6-861c-6e99c200f12d",
"name": "Call n8n Workflow Tool"
},
{
"parameters": {
"resource": "databasePage",
"databaseId": {
"__rl": true,
"value": "19028941-8b6a-800b-9c9b-da43e9264996",
"mode": "list",
"cachedResultName": "\u90e8\u843d\u683c",
"cachedResultUrl": "https://www.notion.so/190289418b6a800b9c9bda43e9264996"
},
"title": "={{ $json.Inputtt }}",
"options": {}
},
"type": "n8n-nodes-base.notion",
"typeVersion": 2.2,
"position": [
208,
0
],
"id": "cad01962-3e3d-488c-b7ee-ca646e0224ba",
"name": "Create a database page",
"credentials": {
"notionApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Create a database page",
"type": "main",
"index": 0
}
]
]
},
"Call n8n Workflow Tool": {
"ai_tool": [
[
{
"node": "MCP Server Trigger",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "98da4dcf-7d3b-405b-9f16-e3514bec0eb6",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "419TR8BS6W5pwilF",
"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.
httpBearerAuthnotionApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Use-Workflow-as-MCP. Uses executeWorkflowTrigger, mcpTrigger, toolWorkflow, notion. Event-driven trigger; 4 nodes.
Source: https://github.com/021up/n8n-learning/blob/main/ITHome/d14/Use-Workflow-as-MCP.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.
Automate sales call analysis and store structured insights in Notion with AI-powered intelligence.
Wait Splitout. Uses executeWorkflowTrigger, notion, stickyNote, splitOut. Event-driven trigger; 24 nodes.
Wait Splitout. Uses executeWorkflowTrigger, stickyNote, notion, splitOut. Event-driven trigger; 19 nodes.
Automate product feedback extraction from AI-analyzed sales calls and store structured insights in Notion for data-driven product decisions.
@notion_note_workflow. Uses executeWorkflowTrigger, notion. Event-driven trigger; 8 nodes.