Espressif Documentation
Search Espressif documentation and get answers about products.
搜索乐鑫技术文档,获取产品相关问题的解答。
Learn more
What you can do
- Perform semantic search across Espressif documentation in English and Chinese
- Find information about ESP-IDF, ESP-AT, Arduino-ESP32, and other Espressif frameworks and products
How it works
The server provides a single tool — search_espressif_sources(query, language) — that performs semantic retrieval against the latest Espressif documentation. It returns the most relevant text fragments with source URLs, providing official reference for your AI assistants.
Intended use
This server is designed for interactive development — helping developers find documentation while coding with AI assistants. It is not intended for heavy automated use such as CI pipelines or batch processing.
Rate limits
- 40 requests per user per hour
- 200 requests per user per day
了解更多
功能
- 对乐鑫技术文档进行中文和英文语义搜索
- 查找 ESP-IDF、ESP-AT、Arduino-ESP32 及其他乐鑫软件开发框架和产品的相关信息
工作原理
该服务器提供 search_espressif_sources(query, language),能够对乐鑫知识库进行语义检索,返回最相关的文档片段及其链接,为 AI 助手提供官方参考依据。
使用场景
此服务器专为交互式开发设计,帮助开发者在使用 AI 助手编码时查找文档。不适用于 CI 流水线或批量处理等大规模自动化场景。
速率限制
- 每位用户每小时 40 次请求
- 每位用户每天 200 次请求
https://mcp.espressif.com/docs
Click the button below to automatically add this server to Cursor.点击下方按钮,自动将此服务器添加到 Cursor。
Add to Cursor添加到 Cursor{
"mcpServers": {
"espressif-documentation": {
"url": "https://mcp.espressif.com/docs"
}
}
}
Click the button below to automatically add this server to VS Code.点击下方按钮,自动将此服务器添加到 VS Code。
Install in VS Code安装到 VS Code{
"mcp": {
"servers": {
"espressif-documentation": {
"type": "http",
"url": "https://mcp.espressif.com/docs"
}
}
}
}
claude mcp add --transport http "espressif-documentation" "https://mcp.espressif.com/docs"
codex mcp add espressif-documentation --url "https://mcp.espressif.com/docs"
[mcp_servers.espressif-documentation]
url = "https://mcp.espressif.com/docs"
gemini mcp add --transport http espressif-documentation https://mcp.espressif.com/docs