Skip to main content
Glama
jimbul

You.com MCP Server

by jimbul

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 에서 하나 받으세요)

설치

  1. 이 저장소를 복제하세요:

    지엑스피1

  2. 종속성 설치:

    npm install
  3. 다음 예를 기반으로 .env 파일을 만듭니다.

    cp .env.example .env
  4. You.com API 키를 .env 파일에 추가하세요.

    YOU_API_KEY=your_actual_api_key_here
  5. 프로젝트를 빌드하세요:

    npm run build

로컬에서 실행(선택 사항)

테스트를 위해 서버를 로컬로 실행할 수 있습니다.

npm start

클로드와 함께 설정

이 MCP 서버를 Claude(Anthropic Assistant)와 함께 사용하려면 Claude가 이 서버를 사용하도록 구성해야 합니다.

  1. VS Code에서 Claude 확장 프로그램 설정을 엽니다.

    • VS Code 사이드바에서 Claude 아이콘을 클릭하세요.

    • 설정 아이콘(⚙️)을 클릭하고 "MCP 설정"을 선택하세요.

  2. 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>

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

MIT

감사의 말

이 프로젝트에서는 검색 기능을 위해 You.com API를 사용합니다.

Install Server
A
license - permissive license
D
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    2
    476
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    6
    4
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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