MCP.so
ログイン
M

Meigen Ai Mcp Server

@rocnubie

Meigen Ai Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

rocnubie

投稿者

Chen Roc

設定

以下の設定を使って、このサーバーを 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_meigenai prompt.

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.

コメント

「その他」の他のコンテンツ