You.com MCP サーバー
このMCP(モデルコンテキストプロトコル)サーバーは、AIアシスタントにYou.com APIを使用したウェブ検索、ニュースの取得、リサーチ機能を提供します。フィードバックをお待ちしております。
特徴
- ウェブ検索: You.com のウェブ検索機能へのアクセス
- スマート検索:引用サポート付きのAIによる回答
- 研究:学術的な質問に対する包括的かつ引用に基づいた回答
- ニュース検索:あらゆるトピックの最新のニュース記事
前提条件
- Node.js (v16 以上)
- npmまたはyarn
- You.com API キー ( api.you.comから取得)
インストール
- このリポジトリをクローンします:
- 依存関係をインストールします:
- 例に基づいて
.env
ファイルを作成します。 - You.com API キーを
.env
ファイルに追加します。 - プロジェクトをビルドします。
ローカルで実行(オプション)
テストのためにサーバーをローカルで実行できます。
クロードとのセットアップ
この MCP サーバーを Claude (Anthropic Assistant) で使用するには、このサーバーを使用するように Claude を構成する必要があります。
- VS Code で Claude 拡張機能の設定を開きます。
- VS CodeサイドバーのClaudeアイコンをクリックします
- 設定アイコン(⚙️)をクリックし、「MCP設定」を選択します
mcpServers
セクションに次の構成を追加します。
重要な注意事項:
/absolute/path/to/your/youcom-mcp/dist/index.js
をシステム上の実際のパスに置き換えます。your_actual_api_key_here
を You.com API キーに置き換えます。
使用例
設定が完了すると、Claude との会話で MCP ツールを直接使用できるようになります。
ウェブ検索
スマート検索
研究
ニュース検索
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
謝辞
このプロジェクトでは、検索機能にYou.com APIを使用します。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude AI アシスタントに、You.com API を使用して Web を検索したり、ニュースを取得したり、調査を実行したりする機能を提供する MCP サーバー。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.Last updated -61JavaScriptMIT License
- -securityFlicense-qualityAn MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.Last updated -47Python
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -154JavaScript