mirror of
https://github.com/khoaliber/n8nworkflows.xyz.git
synced 2026-04-28 00:29:22 +00:00
creation
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"id":"vb5xE1BBVQy5ilyr","meta":null,"name":"Gotify Tool MCP Server","tags":[],"nodes":[{"id":"75dc5db6-fb70-43d1-897a-71a265f6566a","name":"Workflow Overview 0","type":"n8n-nodes-base.stickyNote","position":[-1460,-180],"parameters":{"width":420,"height":760,"content":"## 🛠️ Gotify Tool MCP Server\n\n### 📋 Available Operations (3 total)\n\n**Message**: create, delete, get all\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Gotify Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 3 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."},"typeVersion":1},{"id":"2170c5c1-ecca-48bf-80f5-61b9f29cf310","name":"Gotify Tool MCP Server","type":"@n8n/n8n-nodes-langchain.mcpTrigger","position":[-480,-160],"webhookId":"70fa8fe5-62ca-475c-98d0-b2ff652aee1f","parameters":{"path":"gotify-tool-mcp"},"typeVersion":1},{"id":"3d1403c3-0180-4a07-b321-6534425c96e9","name":"Create a message","type":"n8n-nodes-base.gotifyTool","position":[-800,140],"parameters":{"message":"={{ $fromAI('Message', ``, 'string') }}","options":{},"additionalFields":{}},"credentials":{"gotifyApi":{"id":"SET_YOUR_CREDENTIAL_ID_HERE","name":"Credential Name"}},"typeVersion":1},{"id":"43479aac-acc6-422a-b487-33acf9c958b8","name":"Delete a message","type":"n8n-nodes-base.gotifyTool","position":[-580,140],"parameters":{"messageId":"={{ $fromAI('Message_Id', ``, 'string') }}","operation":"delete"},"credentials":{"gotifyApi":{"id":"SET_YOUR_CREDENTIAL_ID_HERE","name":"Credential Name"}},"typeVersion":1},{"id":"42d0c129-8386-46c7-a3db-c0e1cbab28a0","name":"Get many messages","type":"n8n-nodes-base.gotifyTool","position":[-360,140],"parameters":{"limit":"={{ $fromAI('Limit', ``, 'number') }}","operation":"getAll","returnAll":"={{ $fromAI('Return_All', ``, 'boolean') }}"},"credentials":{"gotifyApi":{"id":"SET_YOUR_CREDENTIAL_ID_HERE","name":"Credential Name"}},"typeVersion":1},{"id":"8d9941e8-0562-4c0d-b6bc-2f411189c8af","name":"Sticky Note 1","type":"n8n-nodes-base.stickyNote","position":[-1000,120],"parameters":{"color":4,"width":840,"height":180,"content":"## Message"},"typeVersion":1}],"active":false,"shared":[{"role":"workflow:owner","project":{"id":"G5fce9xGuBAsWBXe","icon":null,"name":"David Ashby <david.ashby.lds@gmail.com>","type":"personal","createdAt":"2025-06-04T02:55:02.013Z","updatedAt":"2025-06-04T02:56:01.361Z","projectRelations":[{"role":"project:personalOwner","user":{"id":"715c1c00-cb48-4712-9a32-f1f4b6db2b30","role":"global:owner","email":"david.ashby.lds@gmail.com","disabled":false,"lastName":"Ashby","settings":{"npsSurvey":{"responded":true,"lastShownAt":1749357655581},"userActivated":true,"userActivatedAt":1749075994495,"easyAIWorkflowOnboarded":true,"firstSuccessfulWorkflowId":"3N3vVikZb3MckFYm"},"createdAt":"2025-06-04T02:55:01.745Z","firstName":"David","isPending":false,"updatedAt":"2025-06-08T04:40:58.399Z","mfaEnabled":false,"personalizationAnswers":{"version":"v4","personalization_survey_n8n_version":"1.95.3","personalization_survey_submitted_at":"2025-06-04T02:56:07.075Z"}},"userId":"715c1c00-cb48-4712-9a32-f1f4b6db2b30","createdAt":"2025-06-04T02:55:02.013Z","projectId":"G5fce9xGuBAsWBXe","updatedAt":"2025-06-04T02:55:02.013Z"}]},"createdAt":"2025-06-24T21:59:12.342Z","projectId":"G5fce9xGuBAsWBXe","updatedAt":"2025-06-24T21:59:12.342Z","workflowId":"vb5xE1BBVQy5ilyr"}],"pinData":{},"settings":{"timezone":"America/New_York"},"createdAt":"2025-06-24T21:59:12.342Z","updatedAt":"2025-06-24T21:59:29.000Z","versionId":"48695cea-b84f-439e-9ed4-02c8eb282505","isArchived":false,"staticData":null,"connections":{"Create a message":{"ai_tool":[[{"node":"Gotify Tool MCP Server","type":"ai_tool","index":0}]]},"Delete a message":{"ai_tool":[[{"node":"Gotify Tool MCP Server","type":"ai_tool","index":0}]]},"Get many messages":{"ai_tool":[[{"node":"Gotify Tool MCP Server","type":"ai_tool","index":0}]]}},"triggerCount":0}
|
||||
Reference in New Issue
Block a user