Semiotic for LangChain
io.github.nteract/semiotic
Verified React chart generation: select, validate, repair, render, and inspect charts through MCP.
client:LangChain
transport:streamable-http
runtime:npm
tools:5
Install Semiotic in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"semiotic": {
"transport": "streamable_http",
"url": "https://semiotic-mcp-server-481507046413.us-west1.run.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs