Integrations
Allows storing configuration and API keys for the You.com service in environment variables loaded from a .env file.
Used for cloning the repository during installation.
Hosts the repository (youcom-mcp) that can be cloned for installation.
You.com MCP サーバー
このMCP(モデルコンテキストプロトコル)サーバーは、AIアシスタントにYou.com APIを使用したウェブ検索、ニュースの取得、リサーチ機能を提供します。フィードバックをお待ちしております。
特徴
- ウェブ検索: You.com のウェブ検索機能へのアクセス
- スマート検索:引用サポート付きのAIによる回答
- 研究:学術的な質問に対する包括的かつ引用に基づいた回答
- ニュース検索:あらゆるトピックの最新のニュース記事
前提条件
- Node.js (v16 以上)
- npmまたはyarn
- You.com API キー ( api.you.comから取得)
インストール
- このリポジトリをクローンします:Copy
- 依存関係をインストールします:Copy
- 例に基づいて
.env
ファイルを作成します。Copy - You.com API キーを
.env
ファイルに追加します。Copy - プロジェクトをビルドします。Copy
ローカルで実行(オプション)
テストのためにサーバーをローカルで実行できます。
クロードとのセットアップ
この 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を使用します。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude AI アシスタントに、You.com API を使用して Web を検索したり、ニュースを取得したり、調査を実行したりする機能を提供する MCP サーバー。
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.Last updated -42Python
Kagi MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.Last updated -151PythonMIT License- -securityAlicense-qualityAn MCP server that enables AI assistants like Claude to interact with Substack newsletters, allowing for post retrieval, content searching, and author information access through a standardized interface.Last updated -PythonMIT License
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript