MCP Novel Game Server
@gotalab
关于 MCP Novel Game Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"novel-game-server": {
"command": "uv",
"args": [
"--directory",
"/Users/username/Documents/projects/mcp-novel-game-server",
"run",
"src/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Novel Game Server?
A multi-branch visual novel game server that supports English and Japanese scenario files written in YAML. It is designed as a learning resource to help users understand MCP (Model Context Protocol) Resources.
How to use MCP Novel Game Server?
Install dependencies with uv sync, then run the server by configuring a client (e.g., Claude Desktop, Cursor, Cline) with the command uv --directory <project_root> run src/server.py. Place scenario files in src/stories/<your_story>/ and select them via the server interface or scenario ID.
Key features of MCP Novel Game Server
- Supports multi-branch visual novel scenarios in English and Japanese.
- Scenario files are written in YAML format.
- Designed as an educational resource for MCP Resources.
- Works out-of-the-box on Cline.
- Easy to add new scenarios by creating directories and YAML files.
- Uses
uvas the package manager and runner.
Use cases of MCP Novel Game Server
- Learning how to implement MCP Resources with a concrete, runnable example.
- Creating and testing branching narrative stories in a visual novel format.
- Extending the server with custom multi-language scenarios.
- Demonstrating MCP concepts in development environments like Cline, Claude Desktop, or Cursor.
FAQ from MCP Novel Game Server
What runtime/dependencies are required?
The server requires Python and the uv package manager. Run uv sync to install dependencies.
Can I write scenarios in languages other than English and Japanese?
The README explicitly supports English and Japanese scenario files. Other languages are not mentioned.
Where are scenario files located and how are they structured?
Scenario files go in src/stories/<your_story>/ as YAML files, with a meta.yaml describing the scenario.
Does the server work on all MCP client environments?
On Cline it works out-of-the-box. On Claude Desktop and Cursor you must use server_tool.py to launch and manage the server.
How do I add a new scenario?
Create a new directory under src/stories/, add YAML scenario files following existing examples, and include a meta.yaml.
媒体与设计 分类下的更多 MCP 服务器
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
评论