Skip to main content
Glama

n8n MCP Server

by CodeHalwell
cron-http-notion.json765 B
{ "name": "Cron HTTP Notion", "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "typeVersion": 1, "parameters": {"triggerTimes": {"item": [{"hour": 1, "minute": 0}]}}, "position": [200, 200] }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "typeVersion": 1, "parameters": {"method": "GET", "url": "https://api.example.com/items"}, "position": [500, 200] }, { "name": "Notion", "type": "n8n-nodes-base.notion", "typeVersion": 1, "parameters": {"resource": "page", "operation": "upsert"}, "position": [800, 200] } ], "connections": [ {"fromNode": "Cron", "toNode": "HTTP Request"}, {"fromNode": "HTTP Request", "toNode": "Notion"} ], "settings": {"executionOrder": "v1"} }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodeHalwell/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server