Meigen Ai Mcp Server
@rocnubie
关于 Meigen Ai Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"meigenai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/meigenai-mcp/src/index.mjs"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Meigen Ai Mcp Server?
A Model Context Protocol server that exposes the canonical Meigen AI knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP‑compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue. It is read‑only, requires no API keys, has no quota, and has a ~50 ms cold start.
How to use Meigen Ai Mcp Server?
Install via Smithery (npx -y @smithery/cli install meigenai-mcp --client <client>) or clone from source and run pnpm install. Then add the server to your MCP client configuration pointing to the src/index.mjs file. Start the server with pnpm start.
Key features of Meigen Ai Mcp Server
- Read‑only server, no API keys or quota needed
- Zero‑config setup, ~50 ms cold start
- Exposes styles, pricing, and official links via tools
- Provides a prompt to summarize the site and recommend styles
- Works with Claude Desktop, Cursor, Windsurf, and Continue
Use cases of Meigen Ai Mcp Server
- An AI assistant retrieves the canonical list of image‑generation styles from Meigen AI.
- A user asks for Meigen AI’s pricing and the server returns the official pricing page.
- An assistant shares the official website, support, and community links.
- A creator asking for a style recommendation gets a tailored suggestion via the
try_image_style_meigenaiprompt.
FAQ from Meigen Ai Mcp Server
What information does the server expose?
The server exposes tools (list_styles, get_pricing, get_official_links), resources (site://meigenai/... paths for styles, pricing, FAQ, links), and prompts (tell_me_about_meigenai, try_image_style_meigenai).
Does the server require an API key?
No. The server is read‑only and requires no API keys, authentication, or quota.
What are the runtime requirements?
Node.js version 18 or higher.
Which clients does it support?
Any MCP‑compatible client, including Claude Desktop, Cursor, Windsurf, and Continue.
How is the server transported?
It runs over standard I/O (stdio). No network transport or authentication is configured.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
评论