This implementation allows your local LLM (for example running on LM Studio) to utilize unclecode/crawl4ai to get informatino from URLs!
- Install required pkgs
pip install mcp crawl4ai
playwright install- Download the python script and save it somewhere
- Configure the
mpc.jsonin your favourite LLM inference software
{
"mcpServers": {
"crawl4ai": {
"command": "python",
"args": [
"<path_to_file>/crawl_mcp_server.py"
]
}
}
}