Web_Search_MCP
@memohib
关于 Web_Search_MCP
An MCP(Model Context Protocol) Server with a web search tool
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Web_Search_MCP": {
"command": "uv",
"args": [
"init",
"Web_Search_MCP"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Web_Search_MCP?
Web_Search_MCP is an MCP (Model Context Protocol) server that provides a web search tool using the Tavily API. It enables AI systems and language models to perform real‑time web searches and retrieve detailed results.
How to use Web_Search_MCP?
Install dependencies with uv, set your Tavily API key in a .env file, and configure the Claude desktop config file to point to the project directory. The server is then started from within the Claude desktop application and exposes a single tool called search_web that accepts a query string and returns JSON results.
Key features of Web_Search_MCP
- Real-time web search using the Tavily API
- Detailed results including content, URL, and relevancy score
- Well‑structured JSON output with status and timestamp
- Graceful error handling with informative messages
- Asynchronous processing for concurrent requests
- Easy integration via FastMCP
搜索 分类下的更多 MCP 服务器
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
评论