Skip to main content
Glama

Meme MCP Server

by haltakov

밈 MCP 서버

ImgFlip API를 사용하여 밈을 생성하는 간단한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 모델과 도구는 사용자 입력을 기반으로 밈 이미지를 생성할 수 있습니다.

도구

서버는 generateMeme 이라는 단일 도구를 구현합니다.

이 도구는 다음과 같은 매개변수를 허용합니다.

  • templateNumericId : 사용할 밈 템플릿의 숫자 ID입니다.
  • text0 : 첫 번째 자리 표시자의 텍스트입니다.
  • text1 : 두 번째 자리 표시자의 텍스트입니다.

용법

meme-mcp NPM 패키지를 사용하여 클라이언트에서 밈 생성기 서버를 구성할 수 있습니다. 다음은 Claude Desktop의 구성 예시입니다(설정 -> 개발자 -> 구성 편집).

지엑스피1

참고: 사용자 이름과 비밀번호를 얻으려면 ImgFlip 에서 무료 계정을 만들어야 합니다.

문제 해결

Claude Desktop이 올바른 npx 버전을 찾지 못하는 경우가 있습니다(특히 NVM을 사용하는 경우, 자세한 내용은 이 이슈를 참조하세요). 이 경우, meme-mcp 수동으로 전역으로 설치한 후 바로 사용할 수 있습니다.

npm install -g meme-mcp

터미널에서 which node 실행하면 node 실행 파일의 경로를 확인할 수 있습니다. 그러면 다음과 같은 구성이 됩니다.

{ "mcpServers": { "meme": { "command": "/Users/<USERNAME>/.nvm/versions/node/v20.18.2/bin/node", "args": ["/Users/<USERNAME>/.nvm/versions/node/v20.18.2/lib/node_modules/meme-mcp/dist/index.js"], "env": { "IMGFLIP_USERNAME": "<IMGFLIP USERNAME>", "IMGFLIP_PASSWORD": "<IMGFLIP PASSWORD>" } } } }

Claude Desktop을 설정한 후 다시 시작하면 채팅 입력란 오른쪽 하단에 작은 망치 아이콘이 나타납니다. 그러면 Claude에게 밈을 생성해 달라고 요청할 수 있습니다.

밈 서버가 구성된 Claude Desktop

작가

이 프로젝트는 블라디미르 할타코프가 재미 삼아 만든 것입니다. 흥미로우시다면 X @haltakov 로 메시지 주세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

AI 모델이 ImgFlip API를 사용하여 밈 이미지를 생성할 수 있도록 하는 간단한 모델 컨텍스트 프로토콜 서버로, 사용자는 텍스트 프롬프트에서 밈을 생성할 수 있습니다.

  1. 도구
    1. 용법
      1. 문제 해결
      1. 작가

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A 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 -
          1
          97
          3
          TypeScript
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI models and applications to interact directly with Twitter/X, providing capabilities to create posts, reply to tweets, retrieve user data, and manage account actions.
          Last updated -
          87
          4
          TypeScript
          MIT License
        • -
          security
          -
          license
          -
          quality
          A Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.
          Last updated -
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that enables AI assistants to access and manage email through IMAP, supporting browsing, searching, reading, and organizing emails while learning user preferences over time.
          Last updated -
          2
          Python
          • Linux
          • Apple

        View all related MCP servers

        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/haltakov/meme-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server