Python-based server for interacting with Matter smart home devices, part of the Open Home Foundation ecosystem. Current version 8.1.2, requires Python >=3.12. Rapid development with frequent breaking changes.
pip install python-matter-serverVerified import paths — ran on the pinned version, not inferred.
Connects to a local Matter Server instance and fetches all nodes. Requires a running Matter Server (e.g., via pip install python-matter-server and running matter-server).
Use 'from matter_server.server import MatterServer' instead of 'from matter_server import MatterServer'.
Ensure client passes an auth token (or empty string) when connecting via WebSocket.
Upgrade Python to 3.12 or later.
No dependency data recorded yet.