Lichess MCP by UnClick for LangChain
io.github.malamutemayhem/lichess
Lichess player profiles, games, daily puzzle, top players, and tournaments. By UnClick.
client:LangChain
transport:stdio
runtime:npm
Install Lichess MCP by UnClick in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"lichess": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@unclick/lichess-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs