File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,11 @@ Add the ScrapeGraphAI MCP server on the settings:
158158
159159Connect to our hosted MCP server - no local installation required!
160160
161+ > [ !WARNING]
162+ > The legacy MCP endpoint at ` https://mcp.scrapegraphai.com/mcp ` will be
163+ > deprecated soon. New integrations should use the replacement MCP endpoint:
164+ > ` https://sgai-mcp-main.onrender.com ` .
165+
161166### Claude Desktop Configuration (Remote)
162167
163168Add this to your Claude Desktop config (` ~/Library/Application Support/Claude/claude_desktop_config.json ` on macOS):
@@ -169,7 +174,7 @@ Add this to your Claude Desktop config (`~/Library/Application Support/Claude/cl
169174 "command" : " npx" ,
170175 "args" : [
171176 " mcp-remote@0.1.25" ,
172- " https://mcp.scrapegraphai .com/mcp " ,
177+ " https://sgai- mcp-main.onrender .com" ,
173178 " --header" ,
174179 " X-API-Key:YOUR_API_KEY"
175180 ]
@@ -186,7 +191,7 @@ Cursor supports native HTTP MCP connections. Add to your Cursor MCP settings (`~
186191{
187192 "mcpServers" : {
188193 "scrapegraph-mcp" : {
189- "url" : " https://mcp.scrapegraphai .com/mcp " ,
194+ "url" : " https://sgai- mcp-main.onrender .com" ,
190195 "headers" : {
191196 "X-API-Key" : " YOUR_API_KEY"
192197 }
You can’t perform that action at this time.
0 commit comments