Skip to content
LangChain

sparkbites for LangChain

io.github.educlopez/sparkbites

Search 500+ curated design websites and install DESIGN.md files directly from your AI agent.

client:LangChain transport:stdio runtime:npm

Install sparkbites in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sparkbites": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "sparkbites-mcp"],
        }
})

tools = await client.get_tools()

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

sparkbites in other clients