sendable for LangChain
me.sendable/sendable
Send transactional email from your editor — describe the event, Sendable writes and sends it.
client:LangChain
transport:stdio
runtime:npm
Install sendable in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sendable": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "sendableme-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs