Back to Home
bmen25124 icon

SillyTavern-MCP-Server

by bmen25124

Overview

Manages and integrates external tools and AI models with SillyTavern using the MCP protocol, allowing dynamic execution of local scripts or communication with remote services.

Installation

Run Command
No command provided

Security Notes

CRITICAL: The server plugin allows authenticated SillyTavern users to define and execute arbitrary commands on the host machine via the `/servers` API endpoint. The `startMcpServer` function uses `child_process.spawn` with user-provided `command`, `args`, and `env` values from the `mcp_settings.json` configuration or directly from API requests. This poses a severe security risk if SillyTavern's authentication is compromised, or if a malicious user intentionally configures dangerous commands, leading to potential remote code execution and full system compromise. HTTP transport options (streamableHttp, sse) also allow user-defined URLs and headers, creating potential for Server-Side Request Forgery (SSRF) or other network-based attacks.

Similar Servers

Stats

Interest Score19
Security Score2
Cost ClassMedium
Avg Tokens250
Stars23
Forks4
Last Update2025-12-16

Tags

SillyTavernMCPPluginAI ToolsBackend