- Step 1: Install the client using pip: pip install mcp-python-client
- Step 2: Import the MCPClient module in your Python script
- Step 3: Create an MCPClient instance with your preferred model and API key
- Step 4: Connect to MCP servers using connect_to_all_servers()
- Step 5: Use process_query() or a similar method to send user queries and handle responses
- Step 6: Clean up resources with cleanup() after interactions