{ "name": "imgflip-mcp", "version": "1.0.1", "description": "Model Context Protocol (MCP) server for the Imgflip meme generator API — browse templates, caption memes, and generate AI memes from any MCP client.", "keywords": [ "mcp", "model-context-protocol", "imgflip", "meme", "meme-generator", "ai", "claude" ], "license": "MIT", "author": "Mario Kernich", "mcpName": "io.github.mariokernich/imgflip-mcp", "repository": { "type": "git", "url": "git+https://github.com/mariokernich/imgflip-mcp.git" }, "homepage": "https://github.com/mariokernich/imgflip-mcp#readme", "bugs": { "url": "https://github.com/mariokernich/imgflip-mcp/issues" }, "type": "module", "bin": { "imgflip-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist" ], "engines": { "node": ">=18" }, "packageManager": "pnpm@10.33.0", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "biome check .", "lint:fix": "biome check --write .", "pretest": "pnpm build", "test": "vitest run", "test:watch": "vitest", "sync-versions": "node scripts/sync-versions.mjs", "version": "node scripts/sync-versions.mjs && git add server.json manifest.json .claude-plugin", "prepublishOnly": "pnpm build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^2.5.3", "@types/node": "^26.1.1", "typescript": "^5.9.0", "vitest": "^4.1.10" } }