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で「〇〇について、王騎将軍になったつもりで話してください」と入力してみましょう!
Recommend MCP Servers 💡
@hannesrudolph/mcp-ragdocs
An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
oxylabs-mcp
The Oxylabs MCP server acts as a bridge between AI models and the real-world web, enabling them to scrape any URL, render JavaScript-heavy pages, extract and format content for AI use, bypass anti-scraping measures, and access geo-restricted web data from 195+ countries.
nacos-mcp-router
A MCP server that provides search, installation, proxy functionalities for other MCP servers with advanced search capabilities.
alex-mcp
A streamlined Model Context Protocol (MCP) server for author disambiguation and academic research using the OpenAlex.org API, optimized for AI agents.
jira-requester
An MCP server designed to interact with the Jira API (v2 client) to fetch ticket information and handle Jira Issues.
caldav-mcp
A CalDAV client that exposes calendar operations (create, list events) as tools for AI assistants via Model Context Protocol.