Outlook Mailbox Tidier for LangChain
io.github.ma2no4413/outlook-mcp
Tidy a large Outlook / Hotmail mailbox. Folder subtree moves, bulk ops with dry run, never sends.
client:LangChain
transport:stdio
runtime:oci
Install Outlook Mailbox Tidier in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"outlook-mcp": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/ma2no4413/outlook-mcp:0.2.7"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs