Back to MCP directory
publicPublicdnsLocal runtime

mcp-kimi

一个基于DuckDuckGo的网络搜索工具项目,包含MCP服务器和客户端,需要通过浏览器界面访问

article

README

🚀 项目名称(原文档未提及,可自行补充)

本项目借助DuckDuckGo网络搜索工具实现相关功能,同时提供了便捷的启动方式,能让用户快速开启使用体验。

🚀 快速开始

注意事项

⚠️ 重要提示

本项目需要在能够访问DuckDuckGo的环境当中使用(网络搜索工具基于此)。

💡 使用建议

.env 的API key可以随便用,开发者在这方面十分大气。

启动步骤

pip install -r requirements.txt
python mcp_server.py
python mcp_client.py

使用浏览器打开 index.html 即可。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client