WebSearch MCP Server
@MCP-Mirror
WebSearch MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Howe829_websearch-mcp-server": {
"command": "uv",
"args": [
"venv",
"&&",
"uv",
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is WebSearch MCP Server?
WebSearch MCP Server is a simple web search server that supports free web searching and converts URL content to Markdown. It integrates with multiple search providers (Bing, Baidu) and can also search Wechat Official Account articles and GitHub. It is intended for developers and users who need a lightweight, local search and content conversion tool via the Model Context Protocol.
How to use WebSearch MCP Server?
Clone the repository, install dependencies with uv (recommended) or pip, copy .env.example to .env, and modify settings such as the search provider and language. Run the server with uv run python server.py (or python server.py after activating the virtual environment). Debugging is supported via uv run fastmcp dev server.py.
Key features of WebSearch MCP Server
- Perform web searches using Bing or Baidu.
- Convert any URL content into Markdown format.
- Search and retrieve Wechat Official Account articles.
- Easily search GitHub for repositories, users, and issues.
Use cases of WebSearch MCP Server
- Search the web and convert resulting pages to Markdown for analysis.
- Retrieve and save Wechat Official Account articles programmatically.
- Find GitHub repositories or issues without leaving the MCP environment.
- Build a local knowledge base by batch converting web content to Markdown.
FAQ from WebSearch MCP Server
What search providers are supported?
Bing and Baidu are currently supported. Configuration is done in the .env file.
What dependencies are required?
Python 3.12 or higher, and either uv (recommended) or pip for dependency management.
How do I configure the server?
Copy .env.example to .env and modify settings such as BING_SEARCH_BASE_URL, LANGUAGE, CC, IMPERSONATE, HOST, PORT, and SERVER_MODE.
Can I convert URL content to Markdown?
Yes, the server supports converting the content of a URL into Markdown format.
Does it support Wechat Official Account articles?
Yes, the server can search for and retrieve the content of Wechat Official Account articles.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント