uxspot mcp for LangChain
io.github.dockster/uxspot-mcp
uxspot.io UX reference: glossary, AI x UX tools directory, checklists and Learn UX curriculum
client:LangChain
transport:streamable-http
tools:8
Install uxspot mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"uxspot-mcp": {
"transport": "streamable_http",
"url": "https://uxspot.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs