Research Prompt
FreeNot checkedMCP server that provides a prompt template to generate family stories based on a given topic.
About
MCP server that provides a prompt template to generate family stories based on a given topic.
README
FastMCPを使用したMCP(Model Context Protocol)サーバーのサンプルプロジェクトです。
初期セットアップ
1. プロジェクトの初期化
uv init
2. Pythonバージョンの指定
uv python pin 3.13
3. 依存関係のインストール
uv add fastmcp
4. 仮想環境の有効化
source .venv/bin/activate
MCPサーバーの実行
ローカルで直接実行
uv run main.py
または仮想環境を有効化した状態で:
python main.py
Claude Desktopとの接続
Claude Desktopの設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json)に以下を追加:
{
"mcpServers": {
"research-prompt": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp_prompts", "main.py"]
}
}
}
/path/to/mcp_prompts は実際のプロジェクトパスに置き換えてください。
Claude Codeとの接続
claude mcp add research-prompt -- uv run --directory /path/to/mcp_prompts main.py
提供されるプロンプト
get_family_story
トピックを主人公とした家族の物語を作成するプロンプトテンプレートを返します。
引数:
topic(string): 主人公の名前やテーマ
使用例:
get_family_story(topic="田中太郎")
# => "田中太郎 is the Protagonist and create a his family story."
Install Research Prompt in Claude Desktop, Claude Code & Cursor
unyly install research-promptInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add research-prompt -- uvx mcp-promptsFAQ
Is Research Prompt MCP free?
Yes, Research Prompt MCP is free — one-click install via Unyly at no cost.
Does Research Prompt need an API key?
No, Research Prompt runs without API keys or environment variables.
Is Research Prompt hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Research Prompt in Claude Desktop, Claude Code or Cursor?
Open Research Prompt on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Research Prompt with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
