Skip to main content
Glama

n8n MCP Server

by lowprofix
package.json1.27 kB
{ "name": "mcp-n8n-server", "version": "1.0.0", "description": "Serveur MCP pour n8n avec validation de workflows et bonnes pratiques", "main": "dist/server.js", "type": "module", "scripts": { "build": "tsup src/server.ts src/tools/**/*.ts src/validators/**/*.ts src/resources/**/*.ts --format esm --dts && node scripts/copy-static.js", "start": "node dist/server.js", "dev": "ts-node --esm src/server.ts", "lint": "eslint src --ext .ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "n8n", "workflow", "automation", "mcp", "validation" ], "author": "", "license": "ISC", "packageManager": "pnpm@10.6.1", "dependencies": { "@types/multer": "^1.4.12", "archiver": "^6.0.1", "axios": "1.8.3", "cors": "^2.8.5", "dotenv": "16.4.7", "express": "^4.18.3", "mcp-framework": "0.1.27", "multer": "1.4.5-lts.1", "n8n-core": "^1.30.1", "n8n-workflow": "^1.30.1", "openapi-types": "^12.1.3", "typescript": "5.8.2", "zod": "3.24.2" }, "devDependencies": { "@types/archiver": "^6.0.2", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.11.30", "ts-node": "^10.9.2", "tsup": "^8.0.2" } }

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/lowprofix/n8n-mcp-server'

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