Skip to main content
Glama
Xinyuan-LilyGO

lilygo-doc-mcp

Official

lilygo-doc-mcp

MCP server for LILYGO product documentation. Exposes LILYGO hardware docs as structured tools for LLM clients via the Model Context Protocol.

Documentation is fetched live from Xinyuan-LilyGO/documentation on GitHub and cached in memory for 10 minutes.

Usage

{
  "mcpServers": {
    "lilygo-docs": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "lilygo-doc-mcp"]
    }
  }
}

Install globally

npm install -g lilygo-doc-mcp
{
  "mcpServers": {
    "lilygo-docs": {
      "type": "stdio",
      "command": "lilygo-doc-mcp"
    }
  }
}

Related MCP server: Godot Docs MCP

Tools

Tool

Description

list_products

List all products, filter by series / tags / keyword

get_product

Get full docs or a specific section (overview, quickstart, features, parameters, pins, faq)

search_products

Full-text search across all product docs with ranked excerpts

get_product_specs

Extract structured specs: key features, parameter table, pin tables

Environment variables

Variable

Default

Description

GITHUB_RAW_BASE

https://raw.githubusercontent.com/Xinyuan-LilyGO/documentation/master/en/products

Base URL for fetching markdown files

Run locally

npm install
npm run build
npm start

License

MIT

F
license - not found
-
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.

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/Xinyuan-LilyGO/lilygo-doc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server