MCP.so
登录

WebSearch MCP Server

@Howe829

关于 WebSearch MCP Server

MCP server for agent web search

基本信息

分类

搜索

许可证

MIT

运行时

python

传输方式

stdio

发布者

Howe829

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "websearch-mcp-server": {
      "command": "uv",
      "args": [
        "venv",
        "&&",
        "uv",
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is WebSearch MCP Server?

A web search server that supports free search via multiple providers and converts URL content into Markdown format. It is for developers who need search and content extraction capabilities in an MCP environment.

How to use WebSearch MCP Server?

Clone the repository, install dependencies (using uv or pip), copy .env.example to .env and modify settings, then run python server.py (or uv run python server.py). No specific commands or config keys are required beyond the .env file.

Key features of WebSearch MCP Server?

  • Web search via Bing, Baidu, and Google
  • Convert URL content to Markdown
  • Search Wechat Official Account Articles
  • GitHub search (repos, users, issues)

Use cases of WebSearch MCP Server?

  • Automate web searches and extract page content as Markdown
  • Integrate Wechat Official Account article retrieval into workflows
  • Perform GitHub searches without leaving the MCP environment
  • Feed search results and Markdown output into AI agents

FAQ from WebSearch MCP Server?

What are the runtime requirements?

Python 3.12 or higher, plus uv or pip for dependency management.

Which search providers are supported?

Bing, Baidu, and Google

评论

搜索 分类下的更多 MCP 服务器