Skip to content
LangChain

The Emotion Dictionary for LangChain

io.github.gaetangermain/emotion-dictionary

The Emotion Dictionary's 402 emotions: define a word, resolve a feeling, body maps. CC BY 4.0.

client:LangChain transport:streamable-http tools:3

Install The Emotion Dictionary in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "emotion-dictionary": {
            "transport": "streamable_http",
            "url": "https://mcp.emotioninside.org/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

The Emotion Dictionary in other clients