WujieAI MCP Server
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., "@WujieAI MCP ServerGenerate an image of a serene mountain 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.
无界AI生图的MCP服务集成指南
一、服务核心功能
AI图像生成:通过MCP协议,可调用无界AI数十种模型生成图像
模型信息列表:可查看无界AI数十种作画生图模型介绍
多分辨率支持:支持512~4094主流尺寸的任意宽高组合
参数自定义:可调节采样步数、采样器类型、提示词相关性等专业参数
二、快速接入流程
步骤1:获取API密钥
访问无界AI控制台
注册/登录后进入「开发者中心」
在「密钥管理」模块创建新密钥
记录生成的
WUJIEAI_API_KEY
步骤2 :环境准备
# 验证Node.js环境(要求v18.0.0或更高版本)
node -v步骤3:Server服务配置
# 本地客户端(推荐)
{
"mcpServers": {
"mcp-server-wujieai": {
"command": "npx",
"args": ["-y", "wujieai-mcp-server"],
"env": {
"WUJIEAI_API_KEY": ${YOUR_API_KEY}
}
}
}
}
# HTTP SSE长连接
{
"mcpServers": {
"wujie-ai-sse": {
"url": "https://pref-gate.wujieai.com/open-platform-mcp/sse?key=${YOUR_API_KEY}"
}
}
}三、开发调用示例
const result = await client.callTool({
name: "generate_image",
arguments: {
prompt: "一只优雅地坐着的猫",
model: "1013"
}
});四、最佳实践建议
提示词优化:
使用权重标记符
( )强化关键元素:(neon lights:1.3)
五、技术支持
官方创作中心:https://www.wujieai.cc
官方文档中心:https://apifox.com/apidoc/shared/ecc069df-a9d5-4c86-b723-6dcd5cc79f81
开发者交流钉钉群:https://cdn.wujiebantu.com/openapi/WechatIMG491.jpg
注:具体API参数请以最新版文档为准。建议通过
npm update @wujieai/wujieai-mcp-server保持SDK版本同步更新。
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.
Latest Blog Posts
- 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/zijin-zj/wujieai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server