bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
com.nuverlabs/image-gen · v0.2.1
Generate and edit images from your coding agent with Gemini and OpenAI, using your own API keys.
Image Gen 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"image-gen": {
"command": "npx",
"args": [
"-y",
"@nuver-labs/image-gen-mcp"
]
}
}
}GEMINI_API_KEY可选secretGoogle Gemini API key. Enables the Gemini provider. At least one provider key is required.
OPENAI_API_KEY可选secretOpenAI API key. Enables the OpenAI provider. At least one provider key is required.
IMAGE_GEN_MCP_DEFAULT_PROVIDER可选Provider used when a tool call does not name one: gemini or openai. Defaults to whichever key is set, preferring gemini.
IMAGE_GEN_MCP_GEMINI_MODEL可选Default Gemini model. Defaults to gemini-3.1-flash-image.
IMAGE_GEN_MCP_OPENAI_MODEL可选Default OpenAI model. Defaults to gpt-image-2.
IMAGE_GEN_MCP_OUTPUT_DIR可选Directory used when a tool call passes no output_path.
IMAGE_GEN_MCP_ALLOWED_DIRS可选Comma separated directories that file reads and writes are confined to. Unset means unrestricted.
IMAGE_GEN_MCP_TIMEOUT_MS可选Per-request timeout to the provider API in milliseconds. Defaults to 180000.
IMAGE_GEN_MCP_LOG_FILE可选Path of the JSONL image ledger. Defaults to ~/.image-gen-mcp/images.jsonl. Set to none to disable the file.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "com.nuverlabs/image-gen",
"type": "mcp-server",
"version": "0.2.1",
"displayName": "Image Gen",
"description": "Generate and edit images from your coding agent with Gemini and OpenAI, using your own API keys.",
"repository": {
"url": "https://github.com/nuver-labs/image-gen-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@nuver-labs/image-gen-mcp",
"version": "0.2.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GEMINI_API_KEY",
"description": "Google Gemini API key. Enables the Gemini provider. At least one provider key is required.",
"isSecret": true
},
{
"name": "OPENAI_API_KEY",
"description": "OpenAI API key. Enables the OpenAI provider. At least one provider key is required.",
"isSecret": true
},
{
"name": "IMAGE_GEN_MCP_DEFAULT_PROVIDER",
"description": "Provider used when a tool call does not name one: gemini or openai. Defaults to whichever key is set, preferring gemini."
},
{
"name": "IMAGE_GEN_MCP_GEMINI_MODEL",
"description": "Default Gemini model. Defaults to gemini-3.1-flash-image."
},
{
"name": "IMAGE_GEN_MCP_OPENAI_MODEL",
"description": "Default OpenAI model. Defaults to gpt-image-2."
},
{
"name": "IMAGE_GEN_MCP_OUTPUT_DIR",
"description": "Directory used when a tool call passes no output_path."
},
{
"name": "IMAGE_GEN_MCP_ALLOWED_DIRS",
"description": "Comma separated directories that file reads and writes are confined to. Unset means unrestricted."
},
{
"name": "IMAGE_GEN_MCP_TIMEOUT_MS",
"description": "Per-request timeout to the provider API in milliseconds. Defaults to 180000."
},
{
"name": "IMAGE_GEN_MCP_LOG_FILE",
"description": "Path of the JSONL image ledger. Defaults to ~/.image-gen-mcp/images.jsonl. Set to none to disable the file."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.nuverlabs/image-gen",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.nuverlabs%2Fimage-gen/versions/latest",
"isOfficial": true,
"status": "active"
}
}