MCP Client

Use the MCP client to send tasks, manage results, and interact programmatically with agents and browser sessions.

from mcp import Client
client = Client(server_url="http://localhost:8080")

Handle credentials, session management, and data retrieval seamlessly.