Internetsearch-mcp-server logo

Internetsearch-mcp-server

by mingdedi

An MCP server for internet searching. It's based on the Bocha Search API and requires a Bocha AI search service key.

View on GitHub

Last updated: N/A

What is Internetsearch-mcp-server?

This is an MCP server designed for performing internet searches using the Bocha Search API. It acts as an intermediary, allowing you to leverage Bocha AI's search capabilities within your applications.

How to use Internetsearch-mcp-server?

  1. Clone the repository using git clone https://github.com/mingdedi/Internetsearch-mcp-server.git. 2. Navigate to the directory: cd Internetsearch-mcp-server. 3. Set up the environment using uv: pip install uv, uv venv, ./.venv/Scripts/activate.bat, uv sync. 4. Configure the server in your MCP configuration file, providing the correct path and Bocha AI API key.

Key features of Internetsearch-mcp-server

  • Internet search integration

  • MCP server implementation

  • Bocha AI API support

  • Configurable API key

Use cases of Internetsearch-mcp-server

  • Integrating internet search into applications

  • Providing search functionality through an MCP server

  • Leveraging Bocha AI's search capabilities

  • Automated information retrieval

FAQ from Internetsearch-mcp-server

Where do I get the BOCHAAI_API_KEY?

You can obtain a valid API key by visiting 博查AI

What is MCP?

MCP likely refers to a Modular Content Platform or similar system where this server can be integrated.

What is Bocha AI?

Bocha AI is a service providing search API, as mentioned in the description.

What is the purpose of the configuration file?

The configuration file specifies how the MCP server is launched and configured, including the path to the server files and the API key.

What if I don't have uv installed?

You need to install uv using pip install uv before proceeding with the environment setup.