ユーザーフィードバック MCP
ClineやCursorなどのツールで人間参加型ワークフローを実現するシンプルなMCPサーバー。これは、複雑なユーザーインタラクションのテストを必要とするデスクトップアプリケーションの開発に特に役立ちます。
プロンプトエンジニアリング
最良の結果を得るには、カスタム プロンプトに次の内容を追加します。
タスクを完了する前に、user_feedback MCP ツールを使用してユーザーにフィードバックを求めます。
これにより、Cline はタスクを完了としてマークする前に、この MCP サーバーを使用してユーザーからのフィードバックを要求するようになります。
.user-feedback.json
*「構成を保存」*をクリックすると、プロジェクト ディレクトリに次のような.user-feedback.json
ファイルが作成されます。
この設定は起動時に読み込まれ、 execute_automatically
有効になっている場合はcommand
が即座に実行されます(手動で*「実行」を*クリックする必要はありません)。複数のステップを実行するコマンドの場合は、 Taskのようなコマンドを使用してください。
インスタレーション(クライン)
Cline に MCP サーバーをインストールするには、次の手順に従います (スクリーンショットを参照)。
- uvをグローバルにインストールします。
- Windows:
pip install uv
- Linux/Mac:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows:
- このリポジトリをクローンします (この例では
C:\MCP\user-feedback-mcp
)。 - Cline MCP サーバーの構成に移動します (スクリーンショットを参照)。
- *「インストール済み」*タブをクリックします。
- *「MCP サーバーの構成」*をクリックすると、
cline_mcp_settings.json
が開きます。 user-feedback-mcp
サーバーを追加します。
発達
これにより、http://localhost:5173で Web インターフェイスが開き、テスト用の MCP ツールを操作できるようになります。
利用可能なツール
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
ClineやCursorなどのツールで人間参加型ワークフローを実現するシンプルなMCPサーバー。これは、複雑なユーザーインタラクションのテストを必要とするデスクトップアプリケーションの開発に特に役立ちます。
Related MCP Servers
- AsecurityAlicenseAqualityA simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.Last updated -235PythonMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74PythonApache 2.0
- -securityAlicense-qualityMCP server that provides computer control capabilities including mouse movements, keyboard actions, screenshot capture with OCR, and window management through a unified API.Last updated -27PythonMIT License
- -securityFlicense-qualityA simple MCP server that allows running terminal commands with output capture, enabling command execution on the host system from MCP-compatible clients like Claude Desktop.Last updated -1Python