Skip to main content
Glama

n8n-MCP

by 88-888
example-workflow.jsonβ€’713 B
{ "name": "Example Workflow", "nodes": [ { "parameters": {}, "name": "Webhook", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [240, 300] }, { "parameters": { "values": { "string": [ { "name": "message", "value": "Hello World" } ] } }, "name": "Set", "type": "n8n-nodes-base.set", "typeVersion": 1, "position": [460, 300] } ], "connections": { "Webhook": { "main": [ [ { "node": "Set", "type": "main", "index": 0 } ] ] } } }

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/88-888/n8n-mcp'

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