loading…
Search for a command to run...
loading…
scrapegraph-mcp — MCP server via Smithery
scrapegraph-mcp — MCP server via Smithery
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"scrapegraph-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"kamath/scrapegraph-mcp"
]
}
}
}