We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danilonovaisv/n8n-workflow-builder-GPT'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: "typescript"
build:
buildCommand: "npm run build:smithery"
entryPoint: "./build-smithery/index.js"
name: n8n-workflow-builder
displayName: n8n Workflow Builder
description: An MCP server for programmatically creating and managing n8n workflows with comprehensive API access.
category: productivity
publisher: makafeli
repository: https://github.com/makafeli/n8n-workflow-builder
license: MIT
keywords:
- n8n
- workflow
- automation
- mcp
- model-context-protocol
- server
- api
- productivity
- integration
startCommand:
type: "http"
configSchema:
type: "object"
properties:
n8nHost:
type: "string"
description: "n8n instance URL (e.g., http://localhost:5678)"
default: "http://localhost:5678"
n8nApiKey:
type: "string"
description: "n8n API key for authentication"
required: ["n8nHost", "n8nApiKey"]
exampleConfig:
n8nHost: "http://localhost:5678"
n8nApiKey: "your-n8n-api-key-here"
install:
- npx:
package: "@makafeli/n8n-workflow-builder"
command: n8n-workflow-builder
args: []
env: {}