mcp console automation for LangChain
io.github.ooples/mcp-console-automation
MCP server for AI-driven console application automation and monitoring
client:LangChain
transport:stdio
runtime:npm
Install mcp console automation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-console-automation": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-console-automation"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs