Skip to content

Commit 8372895

Browse files
committed
docs: document hosted MCP migration
1 parent 56cdeff commit 8372895

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ Add the ScrapeGraphAI MCP server on the settings:
158158

159159
Connect 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

163168
Add 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
}

0 commit comments

Comments
 (0)