xiaozhi-mcp-bridge-template
Provides web search capability via DuckDuckGo, no API key required.
Allows searching, reading, saving, and listing Markdown notes locally.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xiaozhi-mcp-bridge-templatesearch for ESP32 wifi setup guide"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xiaozhi-mcp-bridge-template
Boilerplate untuk ebook "Bikin Jarvis: ESP32 Chat AI dari Nol"
Repo ini adalah starting point untuk bab 11–13. Anda tinggal clone, isi
.env, lalu kasih prompt ke OpenCode (atau AI coding tool apapun) untuk nambah tool custom — tanpa nulis kode sendiri.
5 tool bawaan (langsung jalan)
Tool | Untuk apa |
| Matematika (math + random) |
| Cari di web (DuckDuckGo, no API key) |
| Cari di note Markdown lokal |
| Baca note (paged untuk file besar) |
| Simpan note baru |
| List note terbaru |
Related MCP server: MCP Server
3 tool custom (di-generate OpenCode di bab 11–13)
Tool | Bab | Prompt |
| 11 |
|
| 12 |
|
| 13 |
|
Quick start
# 1. Clone repo ini
git clone https://github.com/kamilersz/xiaozhi-mcp-bridge-template xiaozhi-mcp-bridge
cd xiaozhi-mcp-bridge
# 2. Setup
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
# 3. Konfigurasi
Copy-Item .env.example .env
# Edit .env, paste MCP_ENDPOINT dari xiaozhi.me console
# 4. Jalanin
.\start.ps1Lihat ebook bab 10 untuk setup lengkap (termasuk dapat MCP endpoint).
Workflow nambah tool (bab 11–13)
Buka repo di OpenCode (atau AI coding tool lain):
cd xiaozhi-mcp-bridge opencodeCopy-paste prompt dari
prompts/NN-nama-tool.md.OpenCode generate kode
Anda review.
Jalankan .\start.ps1
Detail per bab di ebook.
Lisensi
CC BY-SA 4.0. Bebas dipakai, dimodifikasi, dishare dengan syarat yang sama.
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for building and testing AI agents with multi-model experimentation and insights.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceAn MCP server for managing ESP-IDF workflows, enabling LLMs to build, flash, and test firmware for ESP32 and related microcontrollers. It provides tools for project creation, target configuration, and serial port management to simplify embedded development.157-
- AlicenseNot gradedqualityDmaintenanceThis MCP server provides tools like weather lookup and follows the Model Context Protocol for tool calling, resource sharing, and prompt templates.221 npmMIT
- AlicenseAqualityDmaintenanceMCP server that gives AI agents direct access to IoT devices via the jettyd platform, enabling control and monitoring of ESP32 devices through natural language.536 npmMIT
- FlicenseNot gradedqualityBmaintenanceA custom MCP server providing tools for date/time, calculations, mock weather, and note management, enabling AI agents to perform these tasks via natural language.-