Chess.com MCP by UnClick for LangChain
io.github.malamutemayhem/chessdotcom
Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.
client:LangChain
transport:stdio
runtime:npm
Install Chess.com MCP by UnClick in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"chessdotcom": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@unclick/chessdotcom-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs