# Create MCPClient from configuration dictionary client = MCPClient.from_dict(config) print(client) print("Starting client...") # Create LLM - you can choose between ...
I am using n8n to connect to my company's data sources into MCP Client. However, when I connect two different MySQL MCP Servers into n8n, it seems that only the Server connected first works properly, ...