rzeldent/esp32-cam-ai
A Model Context Protocol (MCP) server implementation for ESP32-CAM that enables integration with a Large Language Model (LLM). The LLM connects using this library to the ESP32-CAM offering remote camera control, LED management, and system monitoring through standardized MCP tools offering AI capabilities.
Platform-specific configuration:
{
"mcpServers": {
"esp32-cam-ai": {
"command": "npx",
"args": [
"-y",
"esp32-cam-ai"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...