Skip to content
LangChain

skillsindex for LangChain

io.github.thomasblc/skillsindex

Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.

client:LangChain transport:stdio runtime:npm

Install skillsindex in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

skillsindex in other clients