prompt-character-mcp-server
@molmolkky
About prompt-character-mcp-server
No overview available yet
Basic information
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.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments