pioneer-mcp

Arrbel/pioneer-mcp
★ 0 stars TypeScript AI/LLM Updated today
Board-agnostic MCP server turning PlatformIO into a structured execution layer for AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pioneer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Arrbel/pioneer-mcp"
      ]
    }
  }
}

README Excerpt

A board-agnostic [Model Context Protocol](https://modelcontextprotocol.io) server that turns the [PlatformIO](https://platformio.org) Core CLI into a **structured execution layer** for AI agents. Instead of making an agent parse raw CLI text, Pioneer inspects real PlatformIO projects, resolves environments, builds and uploads firmware, and monitors serial output — returning structured JSON with `status`, `summary`, `data`, `warnings`, and `nextActions`.

Tools (14)

build_projectclean_projectclose_monitor_sessiondoctorgenerate_compile_commandsget_board_infoinit_projectinspect_projectlist_boardslist_deviceslist_environmentsopen_monitor_sessionread_monitor_sessionupload_firmware