MCP Catalogs
首页

everything vs mcp-meme-sticky

并排对比,帮你在这两个 MCP server 之间做选择。

everything
by modelcontextprotocol
mcp-meme-sticky
by nkapila6
Stars★ 85,748★ 13
30天用量
综合分7738
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具多媒体沟通协作
实现语言TypeScriptPython
最近提交本月5 个月前

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

mcp-meme-sticky · 概述

一个 Python MCP 服务器,用于创建 AI 生成的表情包并将其转换为 Telegram 贴纸。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

mcp-meme-sticky · 使用场景

  • 快速根据提示生成自定义表情包,无需离开 MCP 客户端
  • 自动创建并分享 Telegram 贴纸表情包
  • 将表情包生成集成到 AI 工作流中以进行创意内容生产

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

mcp-meme-sticky · 安装

使用 uvx 安装:

{
  "mcpServers": {
    "mcp-sticky":{
      "command": "uvx",
      "args": [
        "--python=3.10",
        "--from",
        "git+https://github.com/nkapila6/mcp-meme-sticky",
        "mcp-sticky"
      ]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。