Skip to main content
Glama
ifmelate

n8n-workflow-builder-mcp

by ifmelate
package.json2.18 kB
{ "name": "n8n-workflow-builder-mcp", "version": "1.0.2", "description": "MCP server for building n8n workflows", "main": "dist/index.js", "bin": { "n8n-workflow-builder-mcp": "dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/ifmelate/n8n-workflow-builder-mcp.git" }, "scripts": { "start": "node dist/index.js", "dev": "nodemon --watch src --ext ts,json --exec \"npm run build && node dist/index.js\"", "lint": "eslint .", "format": "prettier --write .", "test": "jest", "test:langchain": "mocha tests/unit/langchain-llm-format.test.js", "mcp": "node n8n-workflow-mcp.js", "build": "tsc", "postbuild": "chmod +x dist/index.js", "build:nodes-db": "node scripts/build-nodes-db.js --source ./node_definitions", "rebuild:nodes-db": "node scripts/build-nodes-db.js --source ./node_definitions --full-rebuild" }, "keywords": [ "n8n", "mcp", "workflow", "automation" ], "author": "ifmelate", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.3", "@types/uuid": "^10.0.0", "abort-controller": "^3.0.0", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "better-sqlite3": "^9.6.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "morgan": "^1.10.0", "node-fetch": "^2.6.7", "uuid": "^9.0.1", "winston": "^3.10.0", "zod": "^3.24.4" }, "devDependencies": { "@jest/globals": "^30.0.5", "@types/better-sqlite3": "^7.6.13", "@types/node": "^20.0.0", "chai": "^4.5.0", "eslint": "^8.46.0", "jest": "^29.6.2", "mocha": "^10.8.2", "nodemon": "^3.0.1", "prettier": "^3.0.1", "sinon": "^20.0.0", "supertest": "^7.1.1", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", "typescript": "^5.0.0" } }

Latest Blog Posts

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/ifmelate/n8n-workflow-builder-mcp'

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