airmcp for LangChain
io.github.heznpc/airmcp
Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval.
client:LangChain
transport:stdio
runtime:npm
Install airmcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"airmcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "airmcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs