{
  "name": "mcp-kling",
  "version": "5.2.0",
  "description": "🎬 The FIRST MCP server for Kling AI video generation! Generate, extend, lip-sync AI videos, virtual try-on, and manage your account directly from Claude.",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "mcp-kling": "./dist/index.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "kling",
    "kling-ai",
    "video-generation",
    "ai-video",
    "text-to-video",
    "image-to-video",
    "video-extension",
    "lip-sync",
    "lipsync",
    "virtual-try-on",
    "fashion-ai",
    "clothing-try-on",
    "claude",
    "anthropic"
  ],
  "author": "Boris Djordjevic and 199 Longevity team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/199-biotechnologies/mcp-kling"
  },
  "homepage": "https://github.com/199-biotechnologies/mcp-kling#readme",
  "bugs": {
    "url": "https://github.com/199-biotechnologies/mcp-kling/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.3",
    "@supabase/supabase-js": "^2.39.1",
    "@types/node": "^24.0.1",
    "axios": "^1.9.0",
    "dotenv": "^16.5.0",
    "jose": "^6.0.11",
    "mime-types": "^2.1.35",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  },
  "devDependencies": {
    "@types/mime-types": "^3.0.1"
  }
}
