Skip to content
LangChain

Machine Library by Space Frontiers for LangChain

io.github.spacefrontiers/mcp

Machine Library by Space Frontiers: retrieval across papers, books, patents, and social sources.

client:LangChain transport:streamable-http

Install Machine Library by Space Frontiers in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.machinelibrary.ai/",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Machine Library by Space Frontiers in other clients