diff --git a/README.md b/README.md index 36ab585..23ee2e9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ research = await web.discover( ### 🧠 Claude Code MCP Integration +> "Oh yeah, tell the model that writes your code for you, this is how it works:" + ```python # Add to your Claude Code MCP server from crawailer.mcp import create_mcp_server @@ -80,6 +82,7 @@ async def extract_content(url: str, script: str = ""): } # Now Claude can extract content from ANY website, including SPAs! +# No more "I can't access that site" - Claude gets real, live web data ``` ## 🎯 Design Philosophy