mcp-svakom-samneo
Verified Safeby Kyure-A
Overview
Controls Svakom Sam Neo sex toys by bridging Model Context Protocol (MCP) commands to the Buttplug protocol for device interaction.
Installation
pnpm startSecurity Notes
The server connects to a local Buttplug server via websocket (`ws://localhost:12345`), limiting direct external network exposure. There are no apparent hardcoded sensitive credentials or direct calls to external APIs. Debugging information is logged to `console.error`. The use of `ActuatorType: "Constrict" as any` is a type safety workaround but not a direct security vulnerability. The overall security relies heavily on the local Buttplug server's configuration and security.
Similar Servers
mcp-typescript-template
A TypeScript template for building remote Model Context Protocol (MCP) servers with robust tooling, best practices, and an example 'echo' tool for AI model interaction.
Unreal_mcp
Enables AI assistants to control Unreal Engine via Remote Control API for game development automation.
mcp
Provides a flexible Model Context Protocol (MCP) server framework for exposing remote tools, prompts, and resources over HTTP/SSE, enabling AI agents and clients to interact with custom functionalities.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.