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

コメント

「検索」の他のコンテンツ