Execute body-gesture-synthesizer-mcp for LangChain
io.github.evozim/body-gesture-synthesizer-mcp
Premium agentic endpoint for body-gesture-synthesizer-mcp.
client:LangChain
transport:sse
Install Execute body-gesture-synthesizer-mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"body-gesture-synthesizer-mcp": {
"transport": "streamable_http",
"url": "https://api.m2mcent.com/body-gesture-synthesizer-mcp/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs