MCP Catalogs
Home

buttplug-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

buttplug-mcp
by ConAcademy
time
by modelcontextprotocol
Stars★ 131★ 85,748
30d uses
Score4277
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit12 mo agothis month

buttplug-mcp · Summary

MCP server for controlling Buttplug devices through LLM tool calls with vibration and battery status functionality.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

buttplug-mcp · Use cases

  • Integrating adult toy control into LLM conversations for interactive experiences
  • Automating device responses based on conversational prompts
  • Monitoring device battery levels and signal strength through natural language queries

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

buttplug-mcp · Install

Installation

Homebrew

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

From GitHub Releases

Download binaries from [GitHub Releases](https://github.com/conacademy/buttplug-mcp/releases)

From Source

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

Configuration (Claude Desktop)

Add to Claude Desktop config:

{
  "mcpServers": {
    "buttplug": {
      "command": "/opt/homebrew/bin/buttplug-mcp",
      "args": [
        "--ws-port", "12345"
      ]
    }
  }
}
  1. Start [Intiface Central](https://intiface.com/central/) to manage devices
  2. Note the server port (default: 12345)
  3. Configure your MCP host to connect to this server

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.