基于LuckyCola开放能力的MCP(Model Context Protocol)服务。支持图片合规性检查、文件操作、图片压缩、图片OCR等丰富功能.
Server Config
{
"mcpServers": {
"luckycola-mcp": {
"command": "npx",
"args": [
"-y",
"luckycola-mcp"
],
"env": {
"LUCKYCOLA_OPEN_KEY": "你的APPKey",
"LUCKYCOLA_OPEN_UID": "你的UID",
"MCP_FILE_PATH": "希望进行文件/图片操作的目录路径,例如: /Users/yourname/Desktop/testDir"
}
}
}
}