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.
Related MCP Servers
- FlicenseCqualityCmaintenanceA multi-tool MCP server that enhances local LLMs with web search, document reading, scholarly research, Wikipedia access, and calculator functions. Provides comprehensive tools for information retrieval and computation without requiring API keys by default.221
- Alicense-qualityDmaintenanceThis MCP server provides tools like weather lookup and follows the Model Context Protocol for tool calling, resource sharing, and prompt templates.270MIT
- 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.583MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI dialogue using various LLM models via AceDataCloud
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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