
🛠️ Pushbullet Tool MCP Server 💪 all 4 operations
描述
分类
🤖 AI & Machine Learning
使用的节点
n8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.pushbulletTooln8n-nodes-base.pushbulletTooln8n-nodes-base.pushbulletTooln8n-nodes-base.pushbulletTool@n8n/n8n-nodes-langchain.mcpTrigger
价格免费
浏览量0
最后更新11/28/2025
workflow.json
{
"meta": {
"instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
},
"nodes": [
{
"id": "25c033a7-33ba-4224-ab53-7683b6f901dc",
"name": "Workflow Overview 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
-100
],
"parameters": {
"width": 420,
"height": 800,
"content": "## 🛠️ Pushbullet Tool MCP Server\n\n### 📋 Available Operations (4 total)\n\n**Push**: create, delete, get all, update\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Pushbullet 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 4 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": "9c135778-e26c-4e0c-829c-47c0cf0fe594",
"name": "Pushbullet Tool MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-420,
-100
],
"webhookId": "c5c80106-e9c1-4034-a6a9-70bb47823fb5",
"parameters": {
"path": "pushbullet-tool-mcp"
},
"typeVersion": 1
},
{
"id": "dc6c1575-34d2-466b-b660-31cc879432d0",
"name": "Create a push",
"type": "n8n-nodes-base.pushbulletTool",
"position": [
-800,
140
],
"parameters": {
"url": "={{ $fromAI('Url', ``, 'string') }}",
"body": "={{ $fromAI('Body', ``, 'string') }}",
"type": "={{ $fromAI('Type', ``, 'string') }}",
"title": "={{ $fromAI('Title', ``, 'string') }}",
"value": "={{ $fromAI('Value', ``, 'string') }}",
"target": "={{ $fromAI('Target', ``, 'string') }}",
"binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "e95e4375-2679-4726-a8f8-18c48b62fad9",
"name": "Delete a push",
"type": "n8n-nodes-base.pushbulletTool",
"position": [
-580,
140
],
"parameters": {
"pushId": "={{ $fromAI('Push_Id', ``, 'string') }}",
"operation": "delete"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "14f48954-246e-4427-9baf-2ffc10a10ee2",
"name": "Get many pushes",
"type": "n8n-nodes-base.pushbulletTool",
"position": [
-360,
140
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"filters": {},
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "4eee2c3c-cfa4-43bf-b05f-c40a1ff2e8d6",
"name": "Update a push",
"type": "n8n-nodes-base.pushbulletTool",
"position": [
-140,
140
],
"parameters": {
"pushId": "={{ $fromAI('Push_Id', ``, 'string') }}",
"dismissed": "={{ $fromAI('Dismissed', ``, 'boolean') }}",
"operation": "update"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "dfb2da1b-38f6-4e7b-847d-2f3c7e5cac2d",
"name": "Sticky Note 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
120
],
"parameters": {
"color": 4,
"width": 1060,
"content": "## Push"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Create a push": {
"ai_tool": [
[
{
"node": "Pushbullet Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete a push": {
"ai_tool": [
[
{
"node": "Pushbullet Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update a push": {
"ai_tool": [
[
{
"node": "Pushbullet Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many pushes": {
"ai_tool": [
[
{
"node": "Pushbullet Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}