prompt-character-mcp-server
@molmolkky
About prompt-character-mcp-server
No overview available yet
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
uvrunner. - 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.
Frequently asked questions
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"`: ```json { "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.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ICSS
chokcoco不止于 CSS
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments