You.com MCP Server

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

설치

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

You must be authenticated.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude AI 어시스턴트가 You.com API를 사용하여 웹을 검색하고, 뉴스를 얻고, 연구를 수행할 수 있는 기능을 제공하는 MCP 서버입니다.

  1. Features
    1. Prerequisites
      1. Installation
        1. Running Locally (Optional)
          1. Setting up with Claude
            1. Usage Examples
              1. Web Search
              2. Smart Search
              3. Research
              4. News Search
            2. Contributing
              1. License
                1. Acknowledgements

                  Related MCP Servers

                  • A
                    security
                    F
                    license
                    A
                    quality
                    An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
                    Last updated -
                    4
                    2
                    Python
                  • A
                    security
                    A
                    license
                    A
                    quality
                    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.
                    Last updated -
                    1
                    51
                    Python
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An 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 -
                    Python
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A 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 -
                    5
                    TypeScript

                  View all related MCP servers

                  ID: 9roag2g44o