- Step1: Install the mcp-run library via pip or uv
- Step2: Set up your MCP.run session ID following the instructions
- Step3: Import the library in your Python script
- Step4: Create a client object and authenticate using session ID
- Step5: Call desired tools or functions using client.call_tool() with appropriate parameters
- Step6: Process and handle the results as needed