Meme MCP Server

{ "name": "meme-mcp", "version": "1.0.1", "main": "dist/index.js", "license": "Apache-2.0", "author": { "name": "Vladimir Haltakov", "url": "https://haltakov.net" }, "bin": { "meme-mcp": "dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/haltakov/meme-mcp" }, "homepage": "https://github.com/haltakov/meme-mcp", "scripts": { "build": "tsc && chmod +x dist/*.js" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.8.2", "zod": "^3.24.2" }, "type": "module", "devDependencies": { "@types/node": "^22.13.9", "typescript": "^5.8.2" } }