inspo for LangChain
io.github.nutlope/inspo
Real production websites for coding agents: palettes, fonts, fold autopsies and reference JSX.
client:LangChain
transport:streamable-http
runtime:npm
tools:15
Install inspo in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"inspo": {
"transport": "streamable_http",
"url": "https://inspomcp.dev/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs