Skip to content
Cursor

PlatformIO for Cursor

io.github.powerdragonfire/platformio.mcp

PlatformIO for AI agents: build, flash, serial monitor, tests, crash decoding, size reports.

client:Cursor transport:stdio runtime:pypi

Install PlatformIO in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "platformio.mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "platformio.mcp"
      ],
      "env": {
        "PLATFORMIO_MCP_POLICY": "<PLATFORMIO_MCP_POLICY>",
        "PLATFORMIO_MCP_PROJECT_DIR": "<PLATFORMIO_MCP_PROJECT_DIR>",
        "PLATFORMIO_MCP_PIO": "<PLATFORMIO_MCP_PIO>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PlatformIO in other clients