返回 MCP 目录
public公开dns本地运行

UNO (Unified Narrative Operator)

UNO是一款魔法文本增强工具,可将普通故事内容转化为丰富详细的叙事文本,通过先进文学技巧实现文本长度翻倍并保持原意。

article

README

🚀 UNO 项目文档

UNO 项目提供了一系列文本处理工具,可对文本进行分析和增强,能应用于创意写作、写作指导、游戏叙述发展等多个场景,为用户提供专业且高效的文本处理解决方案。

✨ 主要特性

分析文本

<use_mcp_tool>
<server_name>uno</server_name>
<tool_name>analyze_text</tool_name>
<arguments>
{
  "text": "As Sarah walked into the garden, she noticed the old statue in the corner. It was covered in moss and vines, almost hidden from view. She felt drawn to it somehow."
}
</arguments>
</use_mcp_tool>

此功能会返回详细的分析报告,报告中包含叙述位置、角色关注点、增强机会等信息,帮助用户深入了解文本情况。

增强文本(200%扩展)

<use_mCP_TOOL>
<server_name>uno</server_name>
<tool_name>enhance_text</tool_name>
<arguments>
{
  "text": "As Sarah walked into the garden, she noticed the old statue in the corner. It was covered in moss and vines, almost hidden from view. She felt drawn to it somehow."
}
</arguments>
</use_mcp_tool>

该功能会返回一个大约双倍长度的文本,应用所有五种增强技术,让文本内容更加丰富。

自定义增强

<use_mcp_tool>
<server_name>uno</server_name>
<tool_name>custom_enhance_text</tool_name>
<arguments>
{
  "text": "As Sarah walked into the garden, she noticed the old statue in the corner. It was covered in moss and vines, almost hidden from view. She felt drawn to it somehow.",
  "expansionTarget": 150,
  "enableGoldenShadow": true,
  "enableEnvironmental": true,
  "enableActionScene": false,
  "enableProseSmoother": true,
  "enableRepetitionElimination": false
}
</arguments>
</use_mcp_tool>

用户可根据自身需求,仅应用 Golden Shadow Enhancement、Environmental Expansion 和 Prose Smoothing 等指定的增强技术,目标扩展率为 150%。

💻 使用示例

创意写作助手

<use_mcp_tool>
<server_name>uno</server_name>
<tool_name>custom_enhance_text</tool_name>
<arguments>
{
  "text": "Jack entered the abandoned warehouse, searching for clues.",
  "expansionTarget": 300,
  "enableEnvironmental": true,
  "enableGoldenShadow": false,
  "enableActionScene": false,
  "enableProseSmoother": false,
  "enableRepetitionElimination": false
}
</arguments>

此示例可增强场景的环境细节,让写作内容更加生动。

写作教练

<use_mcp_tool>
<server_name>uno</server_name>
<tool_name>analyze_text</tool_name>
<arguments>
{
  "text": "[学生写作样本]"
}
</arguments>
</use_mcp_tool>

基于该分析结果,可建议学生更清晰地开发角色动机,提升写作质量。

游戏叙述发展

<use_mcp_tool>
<server_name>uno</server_name>
<tool_name>custom_enhance_text</tool_name>
<arguments>
{
  "text": "[原文本]",
  "enableActionScene": true,
  "enableEnvironmental": true,
  "enableGoldenShadow": false,
  "enableProseSmoother": true,
  "enableRepetitionElimination": true
}
</arguments>

该示例能更激烈地呈现动作场景,为游戏叙述增添更多精彩。

扩展章节

<use_mcp_tool>
<server_name>uno</server_name>
<tool_name>enhance_text</tool_name>
<arguments>
{
  "text": "[章节摘录]",
  "expansionTarget": 180
}
</arguments>

此功能可帮助用户扩展章节内容,使章节更加丰富完整。

📚 详细文档

小贴士与技巧

  • 建议使用 analyze_text 开始分析,以便了解文本需求。
  • 注意命令格式和工具名称的保留,确保兼容性。

📄 许可证

项目采用 MIT 许可证,具体许可内容请参考项目文档。

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端