MCP Server for Subito.it scraping via Apify Actor (azzouzana/subito-scraper-pro-by-search-url)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-subito-sc": {
"command": "npx",
"args": [
"-y",
"pindaroli/mcp-server-subito-scraper"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-subito-sc npx -y pindaroli/mcp-server-subito-scraper
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-subito-sc": {
"command": "npx",
"args": [
"-y",
"pindaroli/mcp-server-subito-scraper"
]
}
}
}