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 | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 12 mo ago | this 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-mcpFrom GitHub Releases
Download binaries from [GitHub Releases](https://github.com/conacademy/buttplug-mcp/releases)
From Source
go install github.com/conacademy/buttplug-mcp@latestConfiguration (Claude Desktop)
Add to Claude Desktop config:
{
"mcpServers": {
"buttplug": {
"command": "/opt/homebrew/bin/buttplug-mcp",
"args": [
"--ws-port", "12345"
]
}
}
}- Start [Intiface Central](https://intiface.com/central/) to manage devices
- Note the server port (default: 12345)
- 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"]
}
}
}