A
securityA
licenseA
qualityA server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.
Last updated -
1
215
Python
MIT License
이 MCP(Model Context Protocol) 서버는 Claude API를 사용하여 웹 검색 기능을 제공합니다. LLM은 표준화된 인터페이스를 통해 웹에서 최신 정보에 접근할 수 있습니다.
mcp-server-claude-search
명령을 시스템 전체에서 사용할 수 있고, Claude Desktop 앱에서 해당 명령을 찾을 수 있습니다.서버가 설치되고 연결되면 Claude Desktop 앱이 올바르게 구성된 경우 서버를 자동으로 관리할 수 있습니다.
claude_desktop_config.json
)을 엽니다. 이 서버에 대한 항목을 추가하거나 업데이트합니다."YOUR_ANTHROPIC_API_KEY_HERE"
실제 Anthropic API 키로 바꾸세요. env
변수가 여기에 설정되어 있지 않으면 서버는 ~/code/claude-search-mcp/claude_desktop_config.json
파일에서도 이 키를 읽으려고 시도하지만, 기본 설정에서 서버별로 키를 정의하는 것이 좋습니다.mcp-server-claude-search
찾아 실행할 수 있습니다.테스트나 개발 목적으로 서버를 수동으로 실행하려는 경우(Claude Desktop 앱 관리 외부):
LLM에서 호출할 때 웹 검색 도구는 다음 매개변수를 지원합니다.
query
(필수): 검색 쿼리 문자열.maxResults
(선택 사항): 반환할 검색 결과의 최�� 개수(기본값: 5).allowedDomains
(선택 사항): 검색 결과에 포함할 도메인 배열(예: ["example.com", "wikipedia.org"]
).blockedDomains
(선택 사항): 검색 결과에서 제외할 도메인 배열입니다.MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Anthropic API를 사용하여 Claude AI에 웹 검색 기능을 제공하고, LLM은 사용자 정의 가능한 도메인 필터링을 통해 웹에서 최신 정보에 액세스할 수 있습니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doriandarko/claude-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server