{ "name": "recraft-mcp-server", "version": "0.0.0-development", "description": "Recraft AI Image Generation MCP Server for AI coding agents", "type": "module", "engines": { "node": ">=20.9.0" }, "main": "dist/index.js", "bin": { "recraft-mcp-server": "dist/index.js" }, "files": [ "dist", "!dist/__tests__", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md" ], "mcpName": "io.github.muhammetali/recraft-mcp-server", "keywords": [ "ai-agent", "ai-image", "anthropic", "background-removal", "claude", "cursor", "image-editing", "image-generation", "inpainting", "mcp", "mcp-server", "model-context-protocol", "recraft", "recraft-ai", "svg", "text-to-image", "upscale", "vectorize" ], "author": "muhammetali", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/muhammetali/recraft-mcp-server.git" }, "homepage": "https://github.com/muhammetali/recraft-mcp-server#readme", "bugs": { "url": "https://github.com/muhammetali/recraft-mcp-server/issues" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "clean": "rm -rf dist", "test": "vitest run", "test:scripts": "node --test scripts/*.test.mjs", "check:security": "node scripts/check-security.mjs", "verify": "npm run build && npm test && npm run test:scripts && npm run check:security && npm run audit:security", "prepublishOnly": "npm run verify", "audit:security": "npm audit --audit-level=low", "test:watch": "vitest" }, "dependencies": { "@modelcontextprotocol/server": "2.0.0", "dotenv": "17.4.2", "sharp": "0.35.4", "zod": "4.5.4" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/github": "^12.0.9", "@semantic-release/npm": "^13.1.5", "@semantic-release/release-notes-generator": "^14.1.1", "@types/node": "^26.4.1", "semantic-release": "^25.0.9", "tsx": "^4.19.3", "typescript": "^7.0.2", "vitest": "^5.0.0" } }