What problem does it solve? Building n8n workflows through the n8n-mcp MCP server requires choosing among 40+ tools with different nodeType formats, validation profiles, and operation types, and mistakes like wrong prefixes or oversized payloads cause errors and wasted tokens. ## Core Features & Use Cases - Tool Selection Guidance: Maps tasks to the right tools, such as search_nodes for discovery, get_node for configuration details, and validate_node for pre-deployment checks. - Format and Profile Rules: Explains the nodes-base.* versus n8n-nodes-base.* nodeType formats and the minimal, runtime, ai-friendly, and strict validation profiles. - Workflow Management Patterns: Covers n8n_create_workflow, n8n_update_partial_workflow with 17 operation types, smart branch/case parameters, AI connection types, and template deployment. - Use Case: When asked to add a Slack notification to a workflow, follow the documented search → get_node → validate_node → n8n_update_partial_workflow sequence with the correct nodeType format at each step. ## Quick Start Ask the AI to find and configure an n8n node, for example: search for the Slack node, show its standard configuration details, and validate a message-posting config with the runtime profile.