MCP Catalogs
Home

buttplug-mcp vs ultimate_mcp_server

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

buttplug-mcp
by ConAcademy
ultimate_mcp_server
by Dicklesworthstone
Stars★ 131★ 149
30d uses
Score4285
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
AI / LLM ToolsBrowser AutomationFile System
LanguageGoPython
Last commit12 mo ago2 mo ago

buttplug-mcp · Summary

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

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

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

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

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

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.