Web Crawler MCP
SearchMCP server for web crawling and news extraction — browse the web, extract articles, and process news feeds.
Quick Install
uvx web-crawler-mcp-server Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"web-crawler-mcp": {
"command": "uvx",
"args": [
"web-crawler-mcp-server"
]
}
}
}