ミームMCPサーバー
ImgFlip APIを使用してミームを生成するためのシンプルなモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIモデルやツールはユーザーの指示に基づいてミーム画像を生成できるようになります。
ツール
サーバーは、 generateMeme
と呼ばれる単一のツールを実装します。
このツールは次のパラメータを受け入れます。
templateNumericId
: 使用するミームのテンプレートの数値 ID。text0
: 最初のプレースホルダーのテキスト。text1
: 2 番目のプレースホルダーのテキスト。
使用法
meme-mcp
NPMパッケージを使用して、クライアントでミーム生成サーバーを設定できます。Claude Desktopの設定例を以下に示します(設定 -> 開発者 -> 設定の編集)。
注: ユーザー名とパスワードを取得するには、 ImgFlipで無料アカウントを作成する必要があります。
トラブルシューティング
Claude Desktop が適切なバージョンのnpx
を見つけられない場合があります(特に NVM を使用している場合、詳細はこちらの問題を参照してください)。その場合は、 meme-mcp
を手動でグローバルにインストールし、直接使用することができます。
ターミナルでwhich node
を実行すると、 node
実行ファイルのパスを確認できます。その後、設定は以下のようになります。
例
Claude Desktopを設定したら、再起動してください。すると、チャット入力欄の右下に小さなハンマーアイコンが表示されます。これで、Claudeにミームの作成を依頼できます。
著者
このプロジェクトはウラジミール・ハルタコフが趣味で作成しました。興味があれば、X @haltakovまでメッセージをお送りください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
AI モデルが ImgFlip API を使用してミーム画像を生成できるようにするシンプルなモデル コンテキスト プロトコル サーバー。これにより、ユーザーはテキスト プロンプトからミームを作成できます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.Last updated -134TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.Last updated -TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.Last updated -115PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables generating and editing images using OpenAI's gpt-image-1 model, allowing AI assistants to create and modify images from text prompts.Last updated -267115JavaScriptMIT License