- Install the library via pip or UV
- Import MCPClient from the library
- Create an MCPClient instance with the target server URL
- Use call_operation() to invoke remote methods
- Optionally, stream results with stream=True for SSE data
- Handle responses and events asynchronously
- Close the client session when done