Internetsearch-mcp-server logo

Internetsearch-mcp-server

by MCP-Mirror

An MCP server for online searching. It is 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 that enables internet searching using the Bocha Search API.

How to use Internetsearch-mcp-server?

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

Key features of Internetsearch-mcp-server

  • Internet search integration

  • Bocha AI API support

  • MCP server compatibility

  • Configurable API key

Use cases of Internetsearch-mcp-server

  • Integrating internet search functionality into MCP applications

  • Providing search capabilities within a Minecraft server environment

  • Leveraging Bocha AI's search services

FAQ from Internetsearch-mcp-server

Where do I get the Bocha AI API key?

Visit Bocha AI to obtain a valid API key.

What is MCP?

MCP stands for Minecraft Coder Pack, a toolset for decompiling, recompiling, and deobfuscating Minecraft.

What is uv?

uv is a fast, modern Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools.

Can I use a different package manager instead of uv?

While uv is recommended, you might be able to use other package managers like pip, but uv is optimized for speed and efficiency.

What if the Bocha AI API changes?

You may need to update the server code to be compatible with the new API. Check the Bocha AI documentation for any changes.