Back to MCP directory
publicPublicdnsLocal runtime

MCPilot

MCPilot是一个集成实时工具(如DuckDuckGo、Airbnb和天气API)的AI聊天机器人,通过Gradio前端和GROQ后端提供上下文感知的实时查询和任务协助。

article

README

🚀 MCPilot

MCPilot 是一款由 AI 驱动的聊天机器人,它集成了 DuckDuckGo、Airbnb 和天气 API 等实时工具。该机器人以 Gradio 作为前端,借助 MCP 服务器和 GROQ 进行后端推理,能够提供上下文感知的实时查询和任务响应。目前,MCPilot 仍处于测试阶段,致力于为用户带来无缝且工具增强的辅助体验。

🚀 快速开始

MCPilot 是一款强大的 AI 驱动聊天机器人,集成多种实时工具,能为用户提供上下文感知的实时查询和任务响应。若你想体验其功能,可按以下步骤进行安装。

✨ 主要特性

  • DuckDuckGo 搜索:可获取任意通用查询的结果。
  • Airbnb 列表:能获取实时的 Airbnb 住宿信息。
  • 天气更新:可根据用户输入获取实时天气信息。
  • 提示工程:优化对话流程,实现更自然的交互。
  • MCP 服务器:支持工具集成的后端服务。

📦 安装指南

  1. 克隆仓库:
git clone https://github.com/your-username/MCPilot.git

📚 详细文档

流程图

图片

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