seeany-sun-mcp
SeeAny Sun MCP
本目录提供一个可被 Codex、Claude Desktop、Cursor 等 MCP Client 调用的本地 stdio MCP Server。
它支持两种模式:
demo:不需要密钥,使用仓库内的商品图片做离线模拟,不调用付费 API。live:设置SEEANY_API_KEY后调用主站https://api.seeany.com,支持图片上传、智能创作、任务轮询、下载和 AI 润色。
鉴权环境变量
统一使用:
SEEANY_API_KEY=sk-sa-xxxxxxxx不要把真实 Key 写入 Git、浏览器代码或聊天消息。复制 .env.example 到本机环境后填写即可。没有 Key 时服务自动进入 Demo 模式;也可以用 SEEANY_MCP_MODE=demo 强制离线模式。
Related MCP server: metalevel/snapix-mcp-server
本地安装与测试
cd mcp-server
npm install
npm run build
npm run smokeSmoke test 会强制使用 Demo 模式,不会产生真实费用。
如需执行一次真实链路验收(会产生主站账户费用),确认已设置新 Key 后运行:
npm run live-smoke连接 Codex
codex mcp add seeany-sun-mcp -- npx --yes seeany-sun-mcp安装为 Codex 插件(MCP + Skill)
仓库还提供 Codex 插件清单:安装后会同时得到 SeeAny MCP 工具和 seeany-product-visuals 商品视觉工作流 Skill。
codex plugin marketplace add juin20260102-oss/seeany-sun-mcp --sparse .agents/plugins
codex plugin add seeany-sun-mcp@seeany安装后请新开一个 Codex 对话;真实出图时仍需在本机环境设置 SEEANY_API_KEY。如只需 MCP 工具,使用上面的 codex mcp add 即可。
如果使用真实 API,请在启动 MCP 的同一环境中设置 SEEANY_API_KEY。连接后建议先调用 seeany_get_capabilities,再按以下顺序调用:
seeany_upload_asset(有参考图时)seeany_refine_prompt(可选)seeany_generate_product_imageseeany_wait_generationseeany_download_assets
MCP Inspector
npm run inspect当前真实 API 映射
MCP 工具 | SeeAny API |
|
|
|
|
|
|
|
|
任务默认采用异步模式。主站 API 的图片/视频任务按账户配置计费;seeany_quote_generation 只返回估算值,不会预扣费用。
SeeAny Skill
仓库内包含 skills/seeany-product-visuals,用于指导 Agent 按“上传参考图 → 提示词润色 → 询价 → 生成 → 轮询 → 下载”的完整流程调用 MCP。npm 包也会包含这个 Skill 目录。
npm 包名
当前包名定为 seeany-sun-mcp,适合先发布一个公开的无作用域包。正式发布前需要在 npm 上确认名称可用;如果 SeeAny 已建立 npm scope,也可以迁移为 @seeany/sun-mcp。
发布后的最简调用方式:
npx --yes seeany-sun-mcp发布前检查包内容:
npm run pack:check自动测试与发布
GitHub Actions 会在 main 分支 Push 和 Pull Request 时,使用 Node.js 20、22、24 执行插件校验、MCP Smoke Test 和 npm 打包检查。
发布新版本时,先同步更新 package.json、package-lock.json 和 .codex-plugin/plugin.json 的版本,再创建相同版本的 Git Tag:
git tag v0.5.0
git push origin v0.5.0release.yml 会验证 Tag 与包版本一致,然后通过 npm Trusted Publishing 发布并创建 GitHub Release。首次使用前,需要在 npm 包设置中添加 GitHub Actions Trusted Publisher:
GitHub 用户:
juin20260102-oss仓库:
seeany-sun-mcpWorkflow:
release.ymlAllowed action:
npm publish
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.41MIT
- Alicense-qualityCmaintenanceMCP server for image optimization, conversion, AI generation, and gallery management via SnapiX API.28MIT
- FlicenseAqualityBmaintenanceMCP server for the company image2 text-to-image API, enabling AI tools to generate images directly from text prompts.2
- Alicense-qualityBmaintenanceMCP server for OfflineCreator Studio that enables image and video generation, including model listing, credit management, generation tasks, and output downloads.530MIT
Related MCP Connectors
MCP server for ByteDance Seedream AI image generation
MCP server for Wan AI video generation
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juin20260102-oss/seeany-sun-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server