MCP.so
登录

prompt-character-mcp-server

@molmolkky

关于 prompt-character-mcp-server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

molmolkky

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "characters": {
      "command": "uv",
      "args": [
        "--directory",
        "<your_local_repository_path>/prompt-character-mcp-server",
        "run",
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is prompt-character-mcp-server?

prompt-character-mcp-server is an MCP server that retrieves 12 famous lines from General Ouki (王騎将軍) of the manga Kingdom. It is designed for Claude Desktop users who want the AI to respond in the voice of that character.

How to use prompt-character-mcp-server?

Clone this repository, then add the following configuration under "mcpServers" in your claude_desktop_config.json file. Once configured, prompt Claude Desktop with something like “Please speak about [topic] as if you were General Ouki.”

Key features of prompt-character-mcp-server

  • Retrieves 12 pre‑written lines from General Ouki.
  • Integrates with Claude Desktop via the MCP protocol.
  • Simple setup using a local uv runner.
  • All character data is bundled locally (no external API).

Use cases of prompt-character-mcp-server

  • Roleplay as General Ouki during conversations with Claude.
  • Quickly access iconic quotes from the Kingdom manga.
  • Generate immersive, character‑driven dialogue for entertainment or creative writing.

FAQ from prompt-character-mcp-server

Which character does the server support?

It supports General Ouki (王騎将軍) from the manga Kingdom, with a total of 12 lines.

How do I install and configure the server?

Clone the repository, then add the following JSON block to your claude_desktop_config.json under "mcpServers":

{
    "mcpServers": {
        "characters": {
            "command": "uv",
            "args": [
                "--directory",
                "<your_local_repository_path>/prompt-character-mcp-server",
                "run",
                "server.py"
            ]
        }
    }
}

How do I start using it after setup?

In Claude Desktop, type a request such as “Please talk about [topic] as if you were General Ouki.” The AI will then use the server’s lines to respond in character.

评论

其他 分类下的更多 MCP 服务器