mclans-image-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mclans-image-mcpgenerate an image of a serene lake at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mclans-image-mcp
异步生图 MCP Server — 提交即忘,图片自动下载到本地。
配置 MCP
Claude Code
编辑 ~/.claude/settings.json:
{
"mcpServers": {
"mclans-image": {
"command": "npx",
"args": ["-y", "github:YupegLV/mclans-create-image-mcp"],
"env": {
"IMAGE_API_KEY": "sk-xxxxx"
}
}
}
}Claude Desktop
编辑配置文件:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mclans-image": {
"command": "npx",
"args": ["-y", "github:YupegLV/mclans-create-image-mcp"],
"env": {
"IMAGE_API_KEY": "sk-xxxxx"
}
}
}
}Cursor / VS Code
在设置中搜索 MCP,添加服务器配置:
{
"mcp": {
"servers": {
"mclans-image": {
"command": "npx",
"args": ["-y", "github:YupegLV/mclans-create-image-mcp"],
"env": {
"IMAGE_API_KEY": "sk-xxxxx"
}
}
}
}
}API Key 配置说明
方式 | 说明 |
环境变量 | 推荐,在 MCP 配置的 |
命令行参数 | 在 |
配置文件 | 手动创建 |
首次通过环境变量或命令行参数启动后,配置会自动持久化到 ~/.mclans-image-mcp/config.json,后续无需重复配置。
如需自定义 API 地址,可添加环境变量 IMAGE_API_BASE_URL 或命令行参数 --api-base-url=https://your-api-url。
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
- AlicenseBqualityDmaintenanceEnables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.Last updated17MIT
- FlicenseBqualityDmaintenanceAn MCP server that enables image generation using Google's Gemini Nano Banana Pro model via the Google AI Studio API. Users can generate and save images locally by providing text prompts through MCP-compatible clients.Last updated1
- Flicense-qualityBmaintenanceMCP server for programmatic video generation. Send a prompt, get an MP4.Last updated
- Alicense-qualityCmaintenanceMCP server for generating images via text-to-image and image-to-image using lk888 API, returning base64 PNG and metadata.Last updatedMIT
Related MCP Connectors
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
MCP server for Producer/Riffusion AI music generation
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/YupegLV/mclans-create-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server