Cloudcraft MCP for LangChain
io.github.hypark5540/cloudcraft-mcp
Unofficial MCP server for reading and managing Cloudcraft architecture blueprints
client:LangChain
transport:stdio
runtime:npm
Install Cloudcraft MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cloudcraft-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@hypark5540/cloudcraft-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs