Home › Development › PlatformIO
PlatformIO
PlatformIO for AI agents: build, flash, serial monitor, tests, crash decoding, size reports.
Topics: Embedded System
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.1.0)
uvx platformio.mcp
Or add to your MCP client config:
{
"mcpServers": {
"platformio-mcp": {
"command": "uvx",
"args": [
"platformio.mcp"
],
"env": {
"PLATFORMIO_MCP_POLICY": "<YOUR_VALUE>",
"PLATFORMIO_MCP_PROJECT_DIR": "<YOUR_VALUE>",
"PLATFORMIO_MCP_PIO": "<YOUR_VALUE>"
}
}
}
}
PLATFORMIO_MCP_POLICY— full (default), build_only, or read_onlyPLATFORMIO_MCP_PROJECT_DIR— Default project directory when a tool is called without project_dirPLATFORMIO_MCP_PIO— Explicit path to the pio executable (auto-detected otherwise)
Related servers
stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
embedded-debugger-mcp
A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
esp-mcp
Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
serial-mcp-server
A comprehensive MCP server for serial port communication
Kiln
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
gr-mcp
An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry