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 | — | — |
| Score | 42 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsOther | AI / LLM ToolsBrowser AutomationFile System |
| Language | Go | Python |
| Last commit | 12 mo ago | 2 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-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
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server