MCP.so
Sign In

prompt-character-mcp-server

@molmolkky

About prompt-character-mcp-server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

molmolkky

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers