Espressif Documentation
Search Espressif documentation and get answers about products.
Server URL
https://mcp.espressif.com/espressif-documentation
Manual Config (mcp.json)
{
"mcpServers": {
"Espressif Documentation": {
"url": "https://mcp.espressif.com/espressif-documentation"
}
}
}
Automated Install
Click the button below to automatically add this server to VS Code.
Install in VS Code
VS Code Config
{
"mcp": {
"servers": {
"Espressif Documentation": {
"type": "http",
"url": "https://mcp.espressif.com/espressif-documentation"
}
}
}
}
Terminal Command
claude mcp add --transport http "espressif-documentation" "https://mcp.espressif.com/espressif-documentation"
Zed Config
{
"context_servers": {
"espressif-documentation": {
"url": "https://mcp.espressif.com/espressif-documentation"
}
}
}
Config
[mcp_servers.espressif-documentation]
url = "https://mcp.espressif.com/espressif-documentation"