SkillAgentSearch skills...

layers-mcp

MCP server for the Layers image/video editor

Install / Use

claude mcp add noisefactorllc -- npx -y github:noisefactorllc/layers-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

33/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "layers-mcp", "version": "0.1.0", "description": "MCP server for the Layers image/video editor (Noise Factor)", "type": "module", "license": "MIT", "main": "dist/index.js", "bin": { "layers-mcp": "dist/index.js" }, "scripts": { "prepare": "npm run build", "build": "tsup && tsc --emitDeclarationOnly", "postbuild": "node -e "import{readFileSync as r,writeFileSync as w}from'fs';const f='dist/index.js';w(f,'#!/usr/bin/env node\n'+r(f,'utf8'))"", "dev": "tsup --watch", "start": "node dist/index.js", "setup": "playwright install chromium", "test": "npm run build && vitest run", "test:watch": "vitest", "smoke": "node scripts/smoke.mjs", "test:integration": "node -e "if(!process.env.LAYERS_URL){console.error('LAYERS_URL is required (e.g. http://localhost:3002 or https://layers.noisefactor.io)');process.exit(1)}" && npm run build && vitest run" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "playwright": "^1.62.1" }, "devDependencies": { "@types/node": "^26.4.0", "tsup": "^8.0.0", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "overrides": { "esbuild": "^0.28.1" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low