Skip to main content
Glama

You.com MCP 서버

이 MCP(모델 컨텍스트 프로토콜) 서버는 AI 비서가 You.com API를 사용하여 웹 검색, 뉴스 수신, 조사 등을 수행할 수 있도록 지원합니다. 피드백을 환영합니다.

특징

  • 웹 검색 : You.com의 웹 검색 기능에 접속

  • 스마트 검색 : 인용 지원이 포함된 AI 기반 답변

  • 연구 : 학문적 질문에 대한 포괄적이고 인용이 뒷받침되는 답변

  • 뉴스 검색 : 모든 주제에 대한 최신 뉴스 기사

필수 조건

  • 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를 사용합니다.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An 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 -
    3
    1
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    An 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 -
    70
    • Apple
  • -
    security
    F
    license
    -
    quality
    An 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 -
  • A
    security
    F
    license
    A
    quality
    MCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.
    Last updated -
    1
    2
    4

View all related MCP servers

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