MCP.so
Sign In

WebSearch MCP Server

@Howe829

About WebSearch MCP Server

MCP server for agent web search

Basic information

Category

Search

License

MIT

Runtime

python

Transports

stdio

Publisher

Howe829

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Search MCP servers