From c82d74587db29be2b12b560afddfa2958f4d3b9b Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com> Date: Sun, 11 Jan 2026 17:27:46 +0100 Subject: [PATCH] Add ScrapeGraph MCP server configuration (#18923) --- mcp_servers.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mcp_servers.json b/mcp_servers.json index 3e1afe0916f..3dd21c0d65f 100644 --- a/mcp_servers.json +++ b/mcp_servers.json @@ -14,5 +14,10 @@ "linear": { "sse_url": "https://mcp.linear.app/sse", "description": "The Linear MCP server provides programmatic access to Linear's issue tracking capabilities." + }, + "scrapegraph": { + "http_url": "https://smithery.ai/api/mcp/scrapegraph-mcp", + "sse_url": "https://smithery.ai/api/mcp/scrapegraph-mcp/sse", + "description": "The ScrapeGraph MCP server provides programmatic access to ScrapeGraph AI's web scraping capabilities, including smart scraping, web crawling, search scraping, and agentic scraping workflows." } -} \ No newline at end of file +}