awesome-n8n-templates

GitHub

280+ free n8n automation templates โ€” ready-to-use workflows for Gmail, Telegram, Slack, Discord, WhatsApp, Google Drive, Notion, OpenAI, and more. AI agents, RAG chatbots, email automation, social media, DevOps, and document processing. The largest open-source n8n template collection.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-n8n-templates": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-n8n-templates"
      ]
    }
  }
}