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"
}
}
}
}