mcpbeat Sign in

PlatformIO MCP Server

by powerdragonfire Your server? Claim it
local only

PlatformIO runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

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

Installs / week
pypi · platformio.mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check PlatformIO every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add platformio.mcp -- uvx platformio.mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "platformio.mcp": {
      "args": [
        "platformio.mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.platformio.mcp]
command = "uvx"
args = ["platformio.mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "platformio.mcp": {
      "args": [
        "platformio.mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "platformio.mcp": {
      "args": [
        "platformio.mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to PlatformIO

same job, measured the same way
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

94 installs/wk local only
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

23 installs/wk local only
dotrepo
by maxwellsantoro

Trust-aware repository facts for agents: build, test, docs, license, and security, no scraping.

local only
Sippion
by sitten-tokyo

Local read-only repository context retrieval for AI coding agents.

local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

234 installs/wk local only
Sms Florin MCP
by flovoice53-tech

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

28 installs/wk local only
Toffu
by toffu

AI marketing platform your agent runs end to end: ads, analytics, content, and reports.

answering

PlatformIO — questions

Answers built from our own checks of this server.

Why is there no uptime for PlatformIO?
PlatformIO runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package platformio.mcp.
How do I connect PlatformIO?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls platformio.mcp straight from pypi; nothing to host, nothing to sign up for.
Is PlatformIO open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.