Back to MCP directory
publicPublicdnsLocal runtime

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client