Back to Home
bmen25124 icon

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

Run Command
No command provided

Security 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

Stats

Interest Score40
Security Score2
Cost ClassLow
Stars20
Forks3
Last Update2025-12-01

Tags

SillyTavernMCPPluginTool executionAPI gateway