The n8n nodes MCP server enables AI agents to integrate with external tools via n8n workflows. It exposes n8n nodes as MCP tools, allowing agents to trigger workflows, execute nodes, and handle data flows. The server connects to the n8n API, providing access to over 400 pre-built nodes for services like Slack, Google Drive, and REST APIs. Developers use it to automate tasks, orchestrate multi-step processes, and connect AI models with external systems.
The n8n nodes MCP server enables AI agents to integrate with external tools via n8n workflows. It exposes n8n nodes as MCP tools, allowing agents to trigger workflows, execute nodes, and handle data flows. The server connects to the n8n API, providing access to over 400 pre-built nodes for services like Slack, Google Drive, and REST APIs. Developers use it to automate tasks, orchestrate multi-step processes, and connect AI models with external systems.
npx -y n8n-nodes-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"nerding-io-n8n-nodes-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y n8n-nodes-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from n8n nodes mcp?"
API Key Required
This server requires an API key from n8n nodes mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| N8N_NODES_MCP_API_KEY | Yes | Your n8n nodes mcp API key |
"What resources are available in n8n nodes mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in n8n nodes mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in n8n nodes mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.