@bashcat/ai-image-chat-mcp
Version:
MCP server for AI image generation, video generation and chat completion with support for multiple AI providers including Tongyi Wanxiang
59 lines (58 loc) • 1.31 kB
JSON
{
"name": "@bashcat/ai-image-chat-mcp",
"version": "2.3.5",
"description": "MCP server for AI image generation, video generation and chat completion with support for multiple AI providers including Tongyi Wanxiang",
"main": "dist/index.js",
"bin": {
"ai-image-chat-mcp": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"sharp": "^0.34.2"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/sharp": "^0.31.1",
"typescript": "^5.5.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"image-generation",
"chat",
"openai-compatible",
"tongyi-wanxiang",
"dashscope",
"alibaba-cloud",
"video-generation",
"image-to-video"
],
"author": "bashcat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bashcat/ai-image-chat-mcp.git"
},
"bugs": {
"url": "https://github.com/oliver0804/"
},
"homepage": "https://bashcat.net/",
"files": [
"dist",
"README.md",
"LICENSE"
]
}