MCP Catalogs
首页

ultimate_mcp_server vs remote-mcp-server-authless-gif-search

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

ultimate_mcp_server
by Dicklesworthstone
remote-mcp-server-authless-gif-search
by elizabethsiegle
Stars★ 149★ 1
30天用量
综合分8528
官方
分类
AI / LLM 工具浏览器自动化本地文件系统
AI / LLM 工具多媒体开发者工具
实现语言PythonJavaScript
最近提交2 个月前13 个月前

ultimate_mcp_server · 概述

一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。

remote-mcp-server-authless-gif-search · 概述

基于Cloudflare的远程MCP服务器,用于无身份验证的GIF搜索。

ultimate_mcp_server · 使用场景

  • 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
  • 跨多个网站进行网页自动化和研究,通过浏览器控制
  • 通过模型间的智能任务分配实现成本优化的 AI 工作流

remote-mcp-server-authless-gif-search · 使用场景

  • 将GIF搜索集成到支持MCP协议的AI助手中
  • 为媒体内容检索构建自定义MCP服务器
  • 为演示目的创建无身份验证的远程MCP服务

ultimate_mcp_server · 安装

安装

  1. 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. 安装依赖:
pip install -e .
  1. 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. 运行服务器:
python -m ultimate_mcp_server

remote-mcp-server-authless-gif-search · 安装

安装

部署到Cloudflare Workers

  1. 点击部署到Workers按钮:

[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless) 这会将您的MCP服务器部署到类似 remote-mcp-server-authless.<your-account>.workers.dev/sse 的URL

或者使用CLI

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

连接到Claude Desktop

将以下内容添加到Claude Desktop配置中:

{
  "mcpServers": {
    "gif-search": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://your-account.workers.dev/sse"
      ]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。