SillyTavern s-Universal
Manage and auto-register Model Context Protocol (MCP) servers inside SillyTavern. Start/stop servers, enable or disable their tools, and bulk import server definitions. Supports stdio, HTTP, and SSE server types with automatic function calling tool registration.
How to use
SillyTavern s-Universal is an efficient Model Context Protocol (MCP) server management tool designed for developers seeking to streamline their workflow with MCP servers. You can easily start and stop servers, manage tool availability, and bulk import server definitions, all while supporting various server types like stdio, HTTP, and SSE. This capability enables developers to automate and enhance server management processes within their applications, improving productivity and reducing manual overhead.
Once you connect to SillyTavern s-Universal, you can manage your MCP servers seamlessly. You can issue commands to start or stop servers, enable or disable specific tools, and perform bulk imports for server definitions. The server handles automatic function calling for tool registration, making it convenient to integrate new functionalities. You’ll find that sending commands in JSON format yields the best results for managing server states and tool configurations.
How to install
Prerequisites
Make sure you have Node.js installed on your system. You can download it from Node.js official website.
Option A: Quick start with npx
You can quickly start using SillyTavern s-Universal with the following command:
npx -y Inversity/SillyTavern-MCP-Servers-Universal
Option B: Global install alternative
Alternatively, you can install the server globally using npm:
npm install -g Inversity/SillyTavern-MCP-Servers-Universal
Once installed, you can run the server directly from your command line.
Additional notes
For optimal performance, ensure that your environment variables are configured correctly, particularly if you're working with multiple server types. Be aware of potential conflicts when bulk importing server definitions; always validate the definitions to avoid overwriting existing configurations. Additionally, checking the repository for updates can help you stay informed about new features and bug fixes.
Related MCP Servers
mcp-language
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
Gitingest
mcp server for gitingest
help-scout
MCP server for Help Scout - search conversations, threads, and inboxes with AI agents
html-to-markdown
MCP server for converting HTML to Markdown using Turndown.js. Fetch web pages and convert them to clean, formatted Markdown.
mcp-demo
URL MCP is a proof of concept stateless MCP server builder that allows users to build MCP servers without writing or hosting code. It's intended for protocol and security experimentation rather than for building real world MCP integrations.
mcp-json-yaml-toml
A structured data reader and writer like 'jq' and 'yq' for AI Agents