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": "AgentCore \u2014 MCP Research Agent",
"nodes": [
{
"parameters": {},
"id": "1",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"agentName": "research_agent",
"modelId": "global.anthropic.claude-opus-4-8",
"systemPrompt": "You are a research assistant. Use the Exa search tool to find up-to-date information when answering questions. Cite your sources.",
"prompt": "Find 3 recent breakthroughs in quantum computing this year and summarize each in 2 sentences.",
"tools": {
"tool": [
{
"type": "remote_mcp",
"name": "exa",
"url": "https://mcp.exa.ai/mcp",
"headers": ""
}
]
},
"additionalOptions": {
"timeoutSeconds": 300
}
},
"id": "2",
"name": "Research Agent",
"type": "@aws/n8n-nodes-agentcore.agentCoreHarness",
"typeVersion": 1,
"position": [
480,
300
],
"credentials": {
"agentCoreApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Research Agent",
"type": "main",
"index": 0
}
]
]
}
}
}
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.
agentCoreApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AgentCore — MCP Research Agent. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 2 nodes.
Source: https://github.com/aws/n8n-nodes-agentcore/blob/b99060a5d0e22c5cd23689a4bcdcc4fab6ae97c1/examples/01-mcp-research-agent.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.
AgentCore — Code Interpreter Data Analysis. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 2 nodes.
AgentCore — Inline Function Round-Trip. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 4 nodes.
1_2_VERY_QUICKSTART. Uses n8nTrainingCustomerMessenger, n8nTrainingCustomerDatastore. Event-driven trigger; 7 nodes.
Supercharge Claude 3.7 with full customization & deeper reasoning!
Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.