Skip to main content
Glama
kamilersz

xiaozhi-mcp-bridge-template

by kamilersz

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

calculator

Matematika (math + random)

web_search

Cari di web (DuckDuckGo, no API key)

note_search

Cari di note Markdown lokal

read_note

Baca note (paged untuk file besar)

note_save

Simpan note baru

list_recent_notes

List note terbaru

Related MCP server: esp-mcp

3 tool custom (di-generate OpenCode di bab 11–13)

Tool

Bab

Prompt

todo_add + todo_list

11

prompts/01-todo.md

timer_start + timer_check + timer_cancel

12

prompts/02-timer.md

wifi_qr_print

13

prompts/03-wifi-qr.md

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.ps1

Lihat ebook bab 10 untuk setup lengkap (termasuk dapat MCP endpoint).

Workflow nambah tool (bab 11–13)

  1. Buka repo di OpenCode (atau AI coding tool lain):

    cd xiaozhi-mcp-bridge
    opencode
  2. Copy-paste prompt dari prompts/NN-nama-tool.md.

  3. OpenCode generate kode

  4. Anda review.

  5. Jalankan .\start.ps1

Detail per bab di ebook.

Lisensi

CC BY-SA 4.0. Bebas dipakai, dimodifikasi, dishare dengan syarat yang sama.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    C
    quality
    C
    maintenance
    A 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.
    22
    1
  • F
    license
    -
    quality
    F
    maintenance
    An 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.
    155
  • A
    license
    -
    quality
    D
    maintenance
    This MCP server provides tools like weather lookup and follows the Model Context Protocol for tool calling, resource sharing, and prompt templates.
    270
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server that gives AI agents direct access to IoT devices via the jettyd platform, enabling control and monitoring of ESP32 devices through natural language.
    5
    83
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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