II.
ToolServer JSON
Structured · livetool-server:mcp-n8n
n8n MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-n8n",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-workflow-automation.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "n8n MCP Server",
"description": "MCP server for interacting with n8n workflow automation instances.\nEnables AI agents to list, create, execute, and manage n8n workflows\nprogrammatically, inspect execution history, and trigger webhooks.\nAllows agents to orchestrate complex multi-step automations across\nhundreds of integrated services through n8n's workflow engine.\n",
"protocol": "mcp",
"category": "automation",
"repoUrl": "https://github.com/n8n-io/n8n-mcp-server",
"maintainer": "n8n",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-n8n",
"to": "tool:n8n",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-n8n",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-n8n",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-n8n",
"to": "skill-area:operations-automation",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "tool:n8n",
"to": "tool-server:mcp-n8n",
"kind": "integrates_with",
"attributes": {}
}
]
}