Skip to content
LangChain

Dictionary Lexicon Mcp for LangChain

io.github.varvararatta/dictionary_lexicon_mcp

Discover the true meaning of any English word with our Dictionary Lexicon MCP. Whether you're a

client:LangChain transport:streamable-http

Install Dictionary Lexicon Mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dictionary_lexicon_mcp": {
            "transport": "streamable_http",
            "url": "https://dictionary-lexicon-mcp.mcpize.run/mcp",
        }
})

tools = await client.get_tools()

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

Dictionary Lexicon Mcp in other clients