steam local mcp for LangChain
io.github.jackson-brooks/steam-local-mcp
A Windows Steam MCP server with local client controls and optional Steam Web API insights.
client:LangChain
transport:stdio
runtime:npm
Install steam local mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"steam-local-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "steam-local-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs