Skip to content
LangChain

krexel mcp for LangChain

io.github.syfer-web/krexel-mcp

Ship and edit static sites from any MCP-compatible AI. The AI is the brain; Krexel is the hands.

client:LangChain transport:stdio runtime:npm

Install krexel mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "krexel-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "krexel-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

krexel mcp in other clients