Skip to content
LangChain

Courier for LangChain

io.github.trycourier/courier

Send notifications, manage templates, and configure integrations with Courier.

client:LangChain transport:streamable-http tools:161

Install Courier in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

All 161 tools →

Courier in other clients