research-prompt
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@research-prompttell a story about my grandfather's childhood"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Prompts
FastMCPを使用したMCP(Model Context Protocol)サーバーのサンプルプロジェクトです。
初期セットアップ
1. プロジェクトの初期化
uv init2. Pythonバージョンの指定
uv python pin 3.133. 依存関係のインストール
uv add fastmcp4. 仮想環境の有効化
source .venv/bin/activateRelated MCP server: Dad Jokes MCP Server
MCPサーバーの実行
ローカルで直接実行
uv run main.pyまたは仮想環境を有効化した状態で:
python main.pyClaude 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."This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for meme generation, template search, caption rendering, and AI meme creation.
MCP server for Wan AI video generation
An MCP server that automatically collects feedback on your MCP server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server for generating dad jokes based on a given topic, with support for dynamic prompts and extensible resources.54 npmMIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that dynamically registers prompt templates from local files and serves them to clients with the assistant role.-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that automates the generation of structured children's books using Claude Desktop.3 npmMIT