Skip to content
Cursor

picocalc mcp for Cursor

io.github.lofifren/picocalc-mcp

AI assistant access to PicoCalc MicroPython hardware over USB.

client:Cursor transport:stdio runtime:pypi

Install picocalc mcp in Cursor

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

{
  "mcpServers": {
    "picocalc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "picocalc-mcp"
      ]
    }
  }
}

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

picocalc mcp in other clients