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 "Install 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: esp-mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kamilersz/xiaozhi-mcp-bridge-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server