MCP.so
ログイン

Internetsearch-mcp-server

@mingdedi

Internetsearch-mcp-server について

一个用于联网搜索的MCP服务器

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

mingdedi

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Internetsearch-mcp-server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Internetsearch-mcp-server?

Internetsearch-mcp-server is an MCP (Model Context Protocol) server that enables internet search functionality. It integrates with the Bocha AI search API and is intended for developers who want to add web search capabilities to MCP-compatible clients (e.g., AI assistants).

How to use Internetsearch-mcp-server?

Clone the repository, set up a Python virtual environment via uv, install dependencies with uv sync, then configure your MCP client to point to the server script (Internet_search.py) and set the BOCHAAI_API_KEY environment variable with a valid key obtained from Bocha AI.

Key features of Internetsearch-mcp-server

  • Provides web search through the MCP protocol
  • Uses the Bocha search API as the backend
  • Simple Python implementation with uv for dependency management
  • Easy integration with MCP-enabled AI tools

Use cases of Internetsearch-mcp-server

  • Enable an AI assistant to fetch real-time information from the web
  • Add search capability to any MCP client without writing custom connectors
  • Retrieve up-to-date answers on current events, facts, or data

FAQ from Internetsearch-mcp-server

What API key do I need?

You must obtain a valid API key from Bocha AI (visit bochaai.com). The key is set as the environment variable BOCHAAI_API_KEY.

How do I configure the server?

Add an entry to your MCP client’s configuration file with the command uv, arguments pointing to the server directory and script (Internet_search.py), and the required environment variable.

Are there any runtime dependencies?

Python 3 and the uv package manager are required. All other dependencies are managed via uv sync.

コメント

「その他」の他のコンテンツ