SillyTavern-MCP-Server
by bmen25124
Overview
Manages and interfaces with external Multi-Tool Communication Protocol (MCP) servers, allowing SillyTavern to discover and execute various tools.
Installation
No command providedSecurity Notes
The server can execute arbitrary commands (`child_process.spawn`) and connect to arbitrary URLs (`node-fetch`, `eventsource`) based on configurations received via its API (`router.post('/servers')`). This means a compromised SillyTavern instance or an attacker gaining access to this plugin's API could execute malicious code on the host system or make malicious network requests. The `README` explicitly warns users to 'only install trusted MCP servers', highlighting this significant risk. While the core functionality involves executing user-defined tools, the API exposure for configuring these tools requires extreme caution and robust access controls from the embedding application (SillyTavern).
Similar Servers
klavis
Creates an AI agent capable of interacting with multiple applications (like Gmail and YouTube in the example) by routing tool calls through a unified Model Context Protocol (MCP) server (Strata), providing off-the-shelf intelligent connectors for AI agents.
mcp-optimizer
Acts as an intelligent intermediary MCP server, providing semantic tool discovery, caching, and unified access to multiple MCP servers for AI clients.
mcp_tools_server
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.
mcbox
Provides a lightweight and portable pluggable MCP (Model Context Protocol) server for AI agents to execute local tools via stdio transport.