You.com MCP Server
You.com MCP サーバー
このMCP(モデルコンテキストプロトコル)サーバーは、AIアシスタントにYou.com APIを使用したウェブ検索、ニュースの取得、リサーチ機能を提供します。フィードバックをお待ちしております。
特徴
ウェブ検索: You.com のウェブ検索機能へのアクセス
スマート検索:引用サポート付きのAIによる回答
研究:学術的な質問に対する包括的かつ引用に基づいた回答
ニュース検索:あらゆるトピックの最新のニュース記事
Related MCP server: Kagi MCP Server
前提条件
Node.js (v16 以上)
npmまたはyarn
You.com API キー ( api.you.comから取得)
インストール
このリポジトリをクローンします:
git clone https://github.com/jimbul/youcom-mcp.git cd youcom-mcp依存関係をインストールします:
npm install例に基づいて
.envファイルを作成します。cp .env.example .envYou.com API キーを
.envファイルに追加します。YOU_API_KEY=your_actual_api_key_hereプロジェクトをビルドします。
npm run build
ローカルで実行(オプション)
テストのためにサーバーをローカルで実行できます。
npm startクロードとのセットアップ
この MCP サーバーを Claude (Anthropic Assistant) で使用するには、このサーバーを使用するように Claude を構成する必要があります。
VS Code で Claude 拡張機能の設定を開きます。
VS CodeサイドバーのClaudeアイコンをクリックします
設定アイコン(⚙️)をクリックし、「MCP設定」を選択します
mcpServersセクションに次の構成を追加します。
"youcom-mcp": {
"autoApprove": [],
"disabled": false,
"command": "node",
"args": [
"/absolute/path/to/your/youcom-mcp/dist/index.js"
],
"env": {
"YOU_API_KEY": "your_actual_api_key_here"
},
"transportType": "stdio"
}重要な注意事項:
/absolute/path/to/your/youcom-mcp/dist/index.jsをシステム上の実際のパスに置き換えます。your_actual_api_key_hereを You.com API キーに置き換えます。
使用例
設定が完了すると、Claude との会話で MCP ツールを直接使用できるようになります。
ウェブ検索
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>web_search</tool_name>
<arguments>
{
"query": "latest research on renewable energy"
}
</arguments>
</use_mcp_tool>スマート検索
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>smart_search</tool_name>
<arguments>
{
"query": "how do quantum computers work",
"instructions": "explain in simple terms"
}
</arguments>
</use_mcp_tool>研究
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>research</tool_name>
<arguments>
{
"query": "effects of climate change on ocean ecosystems",
"instructions": "focus on coral reefs"
}
</arguments>
</use_mcp_tool>ニュース検索
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>news_search</tool_name>
<arguments>
{
"query": "latest developments in AI"
}
</arguments>
</use_mcp_tool>貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
謝辞
このプロジェクトでは、検索機能にYou.com APIを使用します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides access to Jina AI's powerful web services (page reading, web search, fact checking) through Claude.318328MIT

Kagi MCP Serverofficial
AlicenseAqualityCmaintenanceAn 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.2476MIT- AlicenseAqualityCmaintenanceAn MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.64MIT
- Alicense-qualityDmaintenanceAn MCP server that integrates with Sonar API to provide Claude with real-time web search capabilities for comprehensive research.14MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimbul/youdotcom_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server