Token导航 LogoToken导航TokenDH.com
Imgflip MCP logo
AI代理stdio官方级别未说明来源级核验

Imgflip MCP

MCP Server

MCP是一个为Claude和其他AI助手提供的表情包生成协议服务器,通过Imgflip API实现表情包的创建和分享。

工具数

0

提示词数

0

GitHub Stars

12

资源数

0
PythonClaudeAI代理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

redblock-ai

提供方

redblock-ai

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run imgflip-mcp # Just to test. NOT needed for the rest of instructions here... it will be set by claude computer.

详细介绍

MCP:Meme创作平台

MCP Banner

用于Claude和其他AI助手的Meme创建协议服务器。发布于2025年4月1日,因为。..表情包。

什么是MCP?

MCP为人工智能模型提供了使用Imgflip API创建和共享模因的能力。 它实现了模型控制协议(MCP),允许与Claude和其他AI助手无缝集成。

特性

  • 🚀 根据描述创建模因,人工智能选择自己的模因
  • 🎯 根据描述为特定模板创建模因
  • 🌟 从流行的模因创建模因(适用于非高级API访问帐户)

安装

# Ensure you have uv installed (https://docs.astral.sh/uv/getting-started/installation/)
git clone https://github.com/redblock-ai/imgflip-mcp.git
cd imgflip-mcp
uv sync --dev --all-extras
uv run imgflip-mcp # Just to test. NOT needed for the rest of instructions here... it will be set by claude computer.

Imgflip API证书

# Create a `.env` file in the root directory of the project and add your Imgflip API credentials:
IMGFLIP_USERNAME="YOUR_IMGFLIP_USERNAME"
IMGFLIP_PASSWORD="YOUR_IMGFLIP_PASSWORD"

与Claude Desktop集成

在MacOS上: ~/Library/Application\ Support/Claude/claude_desktop_config.json

在Windows上: %APPDATA%/Claude/claude_desktop_config.json

Get environment details to update the claude_desktop_config file

  • 要检索环境详细信息,请执行以下操作:

1. 在终端中运行以下命令:

     npx @modelcontextprotocol/inspector uv --directory 
 run imgflip-mcp

1. 在本地主机上打开MCP检查器。

1. 单击连接。

1. 从终端复制输出环境密钥。

如果需要,您可以通过npm安装和使用MCP检查器。

Development/Unpublished Servers Configuration

"mcpServers": {
  "imgflip-mcp": {
    "command": "uv",
    "args": [
      "--directory",
      "
",
      "run",
      "imgflip-mcp"
    ]
  }
}

Development/Unpublished Servers Configuration if MCP server is hosted in WSL

"mcpServers": {
  "imgflip-mcp": {
    "command": "wsl.exe",
      "args": [
          "bash",
          "-c",
          "PATH_TO_UV_BIN --directory 
 run imgflip-mcp"
      ],
  }
}

Published Servers Configuration

"mcpServers": {
  "imgflip-mcp": {
    "command": "uvx",
    "args": [
      "imgflip-mcp"
    ]
  }
}

与Claude一起使用MCP

配置后,您可以要求Claude创建meme:

Create a meme using the "Drake" template with "Writing code" and "Making memes" as text.

Make a meme about debugging code for hours only to find a simple typo.

可用工具

工具说明
imgflip_search_memes搜索模因模板
imgflip_get_template_info获取模板详细信息
imgflip_create_meme使用自定义文本创建模因
imgflip_generate_search_terms为概念生成搜索词
imgflip_create_from_concept从一个概念创造一个模因

发展

建筑与出版

准备分发包裹:

  1. 同步依赖关系并更新锁文件:
uv sync
  1. 构建包分发:
uv build

这将在 dist/ 目录。

  1. 发布到PyPI:
uv publish

注意:您需要通过环境变量或命令标志设置PyPI凭据:

  • 令牌: --tokenUV_PUBLISH_TOKEN
  • 或用户名/密码: --username/UV_PUBLISH_USERNAME--password/UV_PUBLISH_PASSWORD

调试

由于MCP服务器在stdio上运行,调试可能具有挑战性。为了达到最佳调试效果 经验,我们强烈建议使用 MCP检查员.

您可以通过以下方式启动MCP检查器 使用此命令:

npx @modelcontextprotocol/inspector uv --directory 
 run imgflip-mcp

启动后,检查器将显示一个URL,您可以在浏览器中访问该URL以开始调试。

许可证

MIT许可证

致谢

______________________________________________________________________

内置于❤️ 和😂\ 2025年4月1日发布

目录标签

目录标签

PythonClaudeAI代理表情包生成本地部署AI助手集成ImgflipAPI模型控制协议

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiotoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP