Skip to main content
Glama

LGTM Dog MCP

犬の画像にLGTMテキストを重ねた画像を生成するMCPサーバーです。

セットアップ

1. 依存関係のインストール

npm install

2. ビルド

npm run build

3. Claude Desktopの設定

Claude Desktopの設定ファイルを編集して、このMCPサーバーを追加します。

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

以下の内容をmcpServersセクションに追加してください:

{
  "mcpServers": {
    "lgtm-dog": {
      "command": "node",
      "args": ["/path/to/lgtm-dog-mcp/dist/index.js"]
    }
  }
}

4. Claude Desktopを再起動

設定を反映させるために、Claude Desktopを完全に終了してから再起動してください。

Related MCP server: Nano Banana MCP Server

使い方

Claude Desktopで以下のように使用できます:

  1. "Use MCP tool"を選択

  2. "generate_lgtm_dog"ツールを選択

  3. オプションでoutputPathを指定(指定しない場合は現在のディレクトリに保存)

例:

  • generate_lgtm_dog - 現在のディレクトリに自動的に名前をつけて保存

  • generate_lgtm_dog with outputPath: "/path/to/my-lgtm.png" - 指定したパスに保存

機能

  • ランダムな犬の画像をDog CEO APIから取得

  • 画像の中央に「LGTM」テキストを重ねる

  • テキストは緑色(#00FF00)で白い縁取り付き

  • 画像サイズに応じてテキストサイズが自動調整される

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables high-quality image generation using OpenAI's GPT-Image-1 model with support for style variations and HD quality. It automatically downloads and saves generated images to a local directory as PNG files while managing metadata and batch processing.
    -
  • F
    license
    B
    quality
    D
    maintenance
    An 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.
    1
    -
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides AI image generation and editing capabilities using Google's Gemini 2.5 Flash Image API. It allows users to create new images from text, modify existing files, and perform iterative edits through natural language prompts.
    6
    766 npm
    MIT