Skip to content
LangChain

mcp turtle noir for LangChain

io.github.yuikij/mcp-turtle-noir

Play Turtle Soup (lateral thinking puzzles) against a strict AI host with yes/no questioning.

client:LangChain transport:streamable-http runtime:npm tools:3

Install mcp turtle noir in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-turtle-noir": {
            "transport": "streamable_http",
            "url": "https://turtlenoir.com/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

mcp turtle noir in other clients