Placid MCP Server

by felores
Verified
{ "name": "@felores/placid-mcp-server", "version": "1.7.0", "description": "Placid.app MCP server to list templates and generate images and videos", "type": "module", "main": "build/index.js", "bin": { "placid-mcp": "./bin/placid-mcp.js" }, "files": [ "build", "bin" ], "scripts": { "build": "tsc", "start": "node build/index.js", "test": "jest", "dev": "ts-node-dev --respawn src/index.ts", "prepare": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.17.28", "jest": "^29.0.0", "ts-jest": "^29.3.0", "ts-node-dev": "^2.0.0", "typescript": "^5.0.0" }, "keywords": [ "placid", "mcp", "server", "image", "video", "template", "ai", "image-generation", "video-generation" ], "author": "felores", "license": "MIT", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" } }