Skip to content
LangChain

00Widget for LangChain

com.00widget/00widget

Publish status cards and Live Activities to iOS widgets, the Lock Screen, and the Dynamic Island.

client:LangChain transport:streamable-http

Install 00Widget in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "00widget": {
            "transport": "streamable_http",
            "url": "https://api.00widget.com/mcp",
        }
})

tools = await client.get_tools()

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

00Widget in other clients