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(模型上下文协议)服务器使用 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
(可选):从搜索结果中排除的域数组。麻省理工学院
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