A CircuitPython MCP server A new CircuitPython MCP server library enables CircuitPython boards to run a real MCP JSON-RPC server directly on the device using adafruit_httpserver, with the host computer only needed for deployment, serial logs, and testing. CircuitPython MCP Server is a minimal MCP JSON-RPC server helpers for CircuitPython projects using adafruit httpserver. This library lets a CircuitPython board run a real MCP server directly on the device. The host computer is only used for deployment, serial logs, and testing. Implemented HTTP endpoints: GET /: JSON status POST /mcp: MCP JSON-RPC over HTTP …