WpfPilot MCP for LangChain
io.github.skuzadev/wpfpilot-mcp
Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.
client:LangChain
transport:stdio
runtime:npm
Install WpfPilot MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wpfpilot-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@skuzadev/wpfpilot-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs