prompt-character-mcp-server
Description
# prompt-character-mcp-server ## 概要 以下のキャラクターの名台詞を取得するMCPサーバーです。 - 王騎将軍(漫画「キングダム」より、12のセリフ) ## 使い方 - このリポジトリをcloneします - Claude DesktopのMCPサーバーの設定ファイル`claude_desktop_config.json`で以下のように設定します。すでに他のMCPサーバーを設定されている方は、カンマで区切ってから"characters"以下を追加してください。 ```json { "mcpServers": {…
About
# prompt-character-mcp-server ## 概要 以下のキャラクターの名台詞を取得するMCPサーバーです。 - 王騎将軍(漫画「キングダム」より、12のセリフ) ## 使い方 - このリポジトリをcloneします - Claude DesktopのMCPサーバーの設定ファイル`claude_desktop_config.json`で以下のように設定します。すでに他のMCPサーバーを設定されている方は、カンマで区切ってから"characters"以下を追加してください。 ```json { "mcpServers": { "characters": { "command": "uv", "args": […
Details
- Author
- molmolkky
- GitHub stars
- 1
- Downloads
- 125
- Categories
- Other
Jump to
- 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).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
prompt-character-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.”
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"prompt-character-mcp-server": {
"characters": {
"command": "uv",
"args": [
"--directory",
"<your_local_repository_path>/prompt-character-mcp-server",
"run",
"server.py"
]
}
}
}
}
McpServers
{
"characters": {
"command": "uv",
"args": [
"--directory",
"<your_local_repository_path>/prompt-character-mcp-server",
"run",
"server.py"
]
}
}
prompt-character-mcp-server
概要
以下のキャラクターの名台詞を取得するMCPサーバーです。- 王騎将軍(漫画「キングダム」より、12のセリフ)
使い方
- このリポジトリをcloneします - Claude DesktopのMCPサーバーの設定ファイルclaude_desktop_config.jsonで以下のように設定します。すでに他のMCPサーバーを設定されている方は、カンマで区切ってから"characters"以下を追加してください。
{
"mcpServers": {
"characters": {
"command": "uv",
"args": [
"--directory",
"<your_local_repository_path>/prompt-character-mcp-server",
"run",
"server.py"
]
}
}
}
- 早速Claude Desktopで「〇〇について、王騎将軍になったつもりで話してください」と入力してみましょう!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



