research-prompt logo

research-prompt

Kohei-Suzuki22/mcp_prompts_and_resources
0 starsUpdated 2026-02-01Community
Deploy on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →SearchsearchView on GitHubGitHub repositoryReport an issue

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server that provides a prompt template to generate family stories based on a given topic.

README.md

MCP Prompts

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."

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.