MCP.so
Sign In

Internetsearch-mcp-server

@mingdedi

About Internetsearch-mcp-server

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

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

mingdedi

Config

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

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

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 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.

Comments

More Other MCP servers