Allow AI models connect to ESP32 and read connected sensors NMEA2k, ODB/ODBII, NMEA0183. AI generated MCP server.
Most monitoring and observability work still happens through a UI a human drives. ESP32 MCP server moves it into the conversation instead. Allow AI models connect to ESP32 and read connected sensors NMEA2k, ODB/ODBII, NMEA0183. AI generated MCP server.
A Model Context Protocol (MCP) server running on ESP32 (and Nordic nRF52840 in sensor-only mode), exposing real-world sensor data and bus protocols to AI assistants and automation tooling over WebSocket / JSON-RPC 2.0.
The server publishes 6 tools. What each one is for:
nRF52840 — The nRF52840 tool exposed by this serverProtocol — The Protocol tool exposed by this serverSensors — The Sensors tool exposed by this serverMetrics — The Metrics tool exposed by this serverLogs — The Logs tool exposed by this serverSubscriptions — After subscribing the server pushes unsolicited notifications/resources/updated on every value change:Installation goes through your MCP client rather than a global install: point it at platformio on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. ESP32's toolset — nRF52840, Protocol, Sensors and 3 more — is a fair guide to whether it matches your workflow. It is maintained by navado; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against ESP32's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| nRF52840 | The nRF52840 tool exposed by this server. |
| Protocol | The Protocol tool exposed by this server. |
| Sensors | The Sensors tool exposed by this server. |
| Metrics | The Metrics tool exposed by this server. |
| Logs | The Logs tool exposed by this server. |
| Subscriptions | After subscribing the server pushes unsolicited notifications/resources/updated on every value change: |
{
"mcpServers": {
"esp32mcpserver": {
"command": "uvx",
"args": ["platformio"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.