MCP Catalogs
首页

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

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

remote-mcp-server-authless-gif-search
by elizabethsiegle
time
by modelcontextprotocol
Stars★ 1★ 85,748
30天用量
综合分2877
官方
分类
AI / LLM 工具多媒体开发者工具
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交13 个月前本月

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

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

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

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

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

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

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"
      ]
    }
  }
}

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。