Skip to content
LangChain

microsoft exchange for LangChain

com.postgate-ai/microsoft-exchange

Hosted multi-user MCP for Microsoft Exchange - on-premises, hybrid and Online, per-user rights

client:LangChain transport:streamable-http

Install microsoft exchange in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "microsoft-exchange": {
            "transport": "streamable_http",
            "url": "https://mcp.postgate-ai.com/mcp",
        }
})

tools = await client.get_tools()

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

microsoft exchange in other clients