flash-share-mcp
v1.0.5
Published
Node.js MCP server for uploading HTML to Flash Share.
Readme
flash-share-mcp
Node.js MCP server for uploading HTML to Flash Share.
1) Install
cd /Users/qinqiong/昆仑/flash-html/share-mcp
npm install2) Environment variables
FLASH_SHARE_API_BASE(optional, default:https://share.skyxhome.com)FLASH_SHARE_API_KEY(required)
Example:
export FLASH_SHARE_API_BASE="https://share.skyxhome.com"
export FLASH_SHARE_API_KEY="ok_xxx"3) Run MCP server
npm start4) Tool
upload_html
Input:
htmlContent(string, required)fileName(string, optional, default:mcp-upload.html)
Output fields:
urlquotaRemainingquotaTotal
