MCP Catalogs
首页

buttplug-mcp vs time

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

buttplug-mcp
by ConAcademy
time
by modelcontextprotocol
Stars★ 131★ 85,748
30天用量
综合分4277
官方
分类
AI / LLM 工具开发者工具其它
效率工具开发者工具沟通协作
实现语言GoTypeScript
最近提交12 个月前本月

buttplug-mcp · 概述

控制Buttplug设备的MCP服务器,通过LLM工具调用实现振动和电池状态功能。

time · 概述

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

buttplug-mcp · 使用场景

  • 将成人玩具控制集成到LLM对话中,实现交互式体验
  • 根据对话提示自动响应设备操作
  • 通过自然语言查询监控设备电池电量和信号强度

time · 使用场景

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

buttplug-mcp · 安装

安装

Homebrew

brew tap conacademy/homebrew-tap
brew install conacademy/tap/buttplug-mcp

从GitHub Releases下载

从[GitHub Releases](https://github.com/conacademy/buttplug-mcp/releases)下载二进制文件

从源码安装

go install github.com/conacademy/buttplug-mcp@latest

配置 (Claude Desktop)

添加到Claude Desktop配置:

{
  "mcpServers": {
    "buttplug": {
      "command": "/opt/homebrew/bin/buttplug-mcp",
      "args": [
        "--ws-port", "12345"
      ]
    }
  }
}
  1. 启动[Intiface Central](https://intiface.com/central/)管理设备
  2. 记录服务器端口(默认: 12345)
  3. 配置MCP主机连接到此服务器

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 公开数据自动生成,定期更新。