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
- 종속성 설치:Copy
- 다음 예를 기반으로
.env
파일을 만듭니다.Copy - You.com API 키를
.env
파일에 추가하세요.Copy - 프로젝트를 빌드하세요:Copy
로컬에서 실행(선택 사항)
테스트를 위해 서버를 로컬로 실행할 수 있습니다.
클로드와 함께 설정
이 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_here
You.com API 키로 바꾸세요.
사용 예
구성이 완료되면 Claude와의 대화에서 MCP 도구를 직접 사용할 수 있습니다.
웹 검색
스마트 검색
연구
뉴스 검색
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT
감사의 말
이 프로젝트에서는 검색 기능을 위해 You.com API를 사용합니다.
You must be authenticated.
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 서버입니다.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.Last updated -42Python
Kagi MCP Serverofficial
AsecurityAlicenseAqualityAn 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 -151PythonMIT License- -securityAlicense-qualityAn 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 -PythonMIT License
- -securityFlicense-qualityA 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 -5TypeScript