You.com MCP 서버
이 MCP(모델 컨텍스트 프로토콜) 서버는 AI 비서가 You.com API를 사용하여 웹 검색, 뉴스 수신, 조사 등을 수행할 수 있도록 지원합니다. 피드백을 환영합니다.
특징
웹 검색 : You.com의 웹 검색 기능에 접속
스마트 검색 : 인용 지원이 포함된 AI 기반 답변
연구 : 학문적 질문에 대한 포괄적이고 인용이 뒷받침되는 답변
뉴스 검색 : 모든 주제에 대한 최신 뉴스 기사
필수 조건
Node.js(v16 이상)
npm 또는 yarn
You.com API 키( api.you.com 에서 하나 받으세요)
설치
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install다음 예를 기반으로
.env파일을 만듭니다.cp .env.example .envYou.com API 키를
.env파일에 추가하세요.YOU_API_KEY=your_actual_api_key_here프로젝트를 빌드하세요:
npm run build
로컬에서 실행(선택 사항)
테스트를 위해 서버를 로컬로 실행할 수 있습니다.
클로드와 함께 설정
이 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_hereYou.com API 키로 바꾸세요.
사용 예
구성이 완료되면 Claude와의 대화에서 MCP 도구를 직접 사용할 수 있습니다.
웹 검색
스마트 검색
연구
뉴스 검색
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT
감사의 말
이 프로젝트에서는 검색 기능을 위해 You.com API를 사용합니다.
Related MCP Servers
- -securityAlicense-qualityAn 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 -31MIT License
- -securityFlicense-qualityAn 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
- -securityFlicense-qualityAn 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 -
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -124