VOOZH about

URL: https://mcp.so/server/luckycola-mcp/LcukyCola

โ‡ฑ Luckycola Mcp MCP Server


Luckycola Mcp

@LcukyCola

ๅŸบไบŽLuckyColaๅผ€ๆ”พ่ƒฝๅŠ›็š„MCP๏ผˆModel Context Protocol๏ผ‰ๆœๅŠกใ€‚ๆ”ฏๆŒๅ›พ็‰‡ๅˆ่ง„ๆ€งๆฃ€ๆŸฅใ€ๆ–‡ไปถๆ“ไฝœใ€ๅ›พ็‰‡ๅŽ‹็ผฉใ€ๅ›พ็‰‡OCR็ญ‰ไธฐๅฏŒๅŠŸ่ƒฝ.
Overview

LuckyCola MCP Service

A Model Context Protocol (MCP) service based on LuckyCola's open capabilities.

Features

  • Standardized MCP interface, compatible with various MCP clients
  • Environment variable configuration, ensuring security and convenience
  • Online image compliance check to guarantee content safety
  • Recipe inquiry tool for obtaining cooking methods of dishes
  • A wide range of file operation functions, supporting file modification, deletion, renaming, etc.
  • Image compression functionality to optimize image size
  • Image OCR (Optical Character Recognition) function for easily extracting textual information from images

Project Structure

luckycola-mcp/
โ”œโ”€โ”€ build/ # Compiled output
โ”œโ”€โ”€ src/ # Source code
โ”‚ โ”œโ”€โ”€ api/ # API interface configuration
โ”‚ โ”‚ โ””โ”€โ”€ index.ts
โ”‚ โ”œโ”€โ”€ config/ # Configuration files
โ”‚ โ”‚ โ””โ”€โ”€ constants.ts
โ”‚ โ”œโ”€โ”€ services/ # Business services
โ”‚ โ”‚ โ””โ”€โ”€ service.ts
โ”‚ โ”œโ”€โ”€ types/ # Type definitions
โ”‚ โ”‚ โ””โ”€โ”€ index.ts
โ”‚ โ”œโ”€โ”€ utils/ # Utility functions
โ”‚ โ”‚ โ””โ”€โ”€ index.ts
โ”‚ โ””โ”€โ”€ index.ts # Entry point
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ tsconfig.json
โ”œโ”€โ”€ yarn.lock
โ”œโ”€โ”€ LICENSE
โ””โ”€โ”€ README.md

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"
 }
 }
 }
}
ยฉ 2025 MCP.so. All rights reserved.

Build with ShipAny.