Skip to content
LangChain

Iconoteka for LangChain

io.github.turbaba/iconoteka

Search 1300 open-source icons in 7 weights and 2 styles, and get paste-ready SVG.

client:LangChain transport:stdio runtime:npm

Install Iconoteka in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Iconoteka in other clients