元搜索 MCP 服务器
用于元搜索的 MCP 服务器
成分
该服务器使用 Tavily API 根据指定的查询执行搜索。
搜索结果以文本格式返回。
搜索结果包括 AI 响应、URI 和搜索结果的标题。
工具
该服务器实现了以下工具:
搜索:根据指定的查询执行搜索
必需参数:“查询”
可选参数:“search_depth”(基本或高级)
安装
下载存储库。
打开 Claude Desktop 配置文件。
编辑配置文件如下:
重新启动 Claude Desktop。
用法
在 Claude Desktop 中,当您询问“请搜索某些内容”时,您将收到搜索结果。
搜索示例:
响应示例:
日志存储位置
日志存储在以下位置:
对于 Windows:
使用游标执行
创建一个 shell 脚本(例如
script.sh
),如下所示:
配置 Cursor 的 MCP 服务器设置如下:
保存设置。
保存设置后,您可以要求 Cursor 的 Composer-Agent“搜索某些内容”,它将返回搜索结果。
使用 Docker Compose 在本地环境中运行
目的
对于无法使用 Claude Desktop 的 Windows/MacOS 以外的操作系统,本节介绍如何使用 Docker compose 在本地环境中设置和运行 MCP 服务器和客户端。
步骤
安装 Docker。
下载存储库。
运行 Docker compose。
执行客户端。
执行结果
如下所示搜索可用工具后,将向 Tavily 发出查询并返回响应
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
MCP 服务器,用于使用各种搜索工具,例如 Tavily API。计划支持各种搜索工具(例如 wiki 搜索、searxng 等)。
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis MCP server performs multi-topic searches in business, news, finance, and politics using the Tavily API, providing high-quality sources and intelligent summaries.Last updated -1MIT License
- AsecurityAlicenseAqualityAn MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.Last updated -2MIT License
- 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 -44
- -securityFlicense-qualityAn MCP server that enables web search and document retrieval capabilities through Tavily API and LangConnect vector database, supporting AI agents in gathering information for comprehensive report generation.Last updated -22