three.ws Marketplace for LangChain
io.github.nirholas/marketplace-mcp
Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.
client:LangChain
transport:stdio
runtime:npm
Install three.ws Marketplace in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"marketplace-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@three-ws/marketplace-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs