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
「検索」の他のコンテンツ
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
コメント