# enescingoz/awesome-n8n-templates | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 24,644 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-n8n-templates": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-n8n-templates" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-n8n-templates": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-n8n-templates" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-n8n-templates` - **Docker**: `docker run -i --rm mcp/awesome-n8n-templates`