desktop touch mcp for LangChain
io.github.harusame64/desktop-touch-mcp
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
client:LangChain
transport:stdio
runtime:npm
Install desktop touch mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"desktop-touch-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@harusame64/desktop-touch-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs