Skip to content
LangChain

agentiscript mcp for LangChain

io.github.claw-ai-fl/agentiscript-mcp

30,000+ SVG icons for AI, blockchain, DeFi and finance. Search by concept via MCP.

client:LangChain transport:stdio runtime:npm

Install agentiscript mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

agentiscript mcp in other clients