Add crw web scraper MCP server - #3720
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the crw MCP server to the repository’s Community Servers list, expanding the catalog of community-maintained MCP integrations.
Changes:
- Added a new Community Servers entry for crw with a short description and install command.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks for contributing to the MCP servers repo! We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target. Going forward, please publish your server to the MCP Registry using the quickstart guide: That's where server discovery now happens. Thanks for building on MCP! Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response. |
Summary
Adds crw to the Community Servers list.
crw is an open-source web scraper and crawler distributed as a single Rust binary with a built-in MCP server. It provides four tools (
crw_scrape,crw_crawl,crw_check_crawl_status,crw_map) and supports both stdio and HTTP transports. Firecrawl-compatible API.cargo install crw-mcpclaude mcp add crw -- crw-mcpChanges