SillyTavern-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SillyTavern-MCPAdd a new tool to my MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SillyTavern MCP Server
A read-only Model Context Protocol server that exposes a SillyTavern user directory (characters, personas, chat-completion presets, lorebooks, chats) to general-purpose agent clients — Claude Desktop, Raycast, BoltAI, etc.
See docs/MVP.md for the full design spec: architecture, handle scheme, envelope format, and tool inventory.
Status
The full MVP tool inventory (§6) is implemented and end-to-end tested over real stdio:
Characters —
list-characters,get-characterPersonas —
list-personas,get-personaPresets —
list-presets,get-preset,export-presetLorebooks —
list-lorebooks,get-lorebook,search-lorebookChats (the ladder) —
list-chats→get-chat-manifest→get-chat-summaries→search-chat→get-messages→export-chat
Remaining work is the explicitly-deferred post-MVP backlog (docs/MVP.md §8) — track it via bd (this repo's issue tracker — run bd ready / bd list).
Related MCP server: MCP Server Template (Python)
Project layout
packages/core/ pure library — no MCP awareness
fs/ the ONLY module that touches the filesystem (reads + export writes)
resolve/ user-dir resolution, startup validation, handles, name resolution
parse/ one parser per surface (cards, chats, lorebooks, presets, personas, summaries)
render/ transcript assembly, preset outline/full, token estimates, prefix stripping
packages/mcp/ stdio MCP adapter — envelope, tool registration, one file per tool group
packages/cli/ st-mcp CLI — npx entrypoint + `doctor` subcommand
docs/MVP.md design specGetting started locally
npm install
npm run build
node packages/cli/dist/bin.js --user-dir /path/to/SillyTavern/data/default-user--user-dir is optional — see docs/MVP.md §3 for the full resolution order (flag > SILLYTAVERN_USER_DIR env var > ~/.config/st-mcp/config.json > platform-default guesses). The server refuses to start and lists every path it tried if none resolve to a valid SillyTavern user directory.
To check your user-dir without starting the server:
node packages/cli/dist/bin.js doctor --user-dir /path/to/SillyTavern/data/default-userRunning tests
npm testLearn more
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools.
Give any MCP-compatible AI assistant a builder for live, hosted web tools and workflows.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA minimal Model Context Protocol server template deployable on Render, providing Streamable HTTP transport, bearer token authentication, and a pattern for adding custom tools.-
- FlicenseNot gradedqualityCmaintenanceA minimal Model Context Protocol server template for Render with bearer token authentication, an example tool, and a health check endpoint. Enables deploying custom MCP tools quickly on Render.-
- FlicenseNot gradedqualityCmaintenanceEnables developers to deploy a Model Context Protocol server to Render with bearer token authentication, allowing custom tools to be connected to MCP clients like Claude Desktop and Cursor.-
- FlicenseNot gradedqualityCmaintenanceProvides a minimal Model Context Protocol server with Streamable HTTP transport, bearer token authentication, an example hello tool, and a health check endpoint for deployment on Render.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/logan-lopez/SillyTavern-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server