Skip to content
LangChain

Widgy for LangChain

co.widgy/widgy

Create forms, surveys, quizzes & polls — publish shareable links and analyze responses.

client:LangChain transport:streamable-http

Install Widgy in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "widgy": {
            "transport": "streamable_http",
            "url": "https://mcp.widgy.co",
        }
})

tools = await client.get_tools()

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

Widgy in other clients