What is the fastCRW MCP server?
Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.
How to install fastCRW
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fastcrw": {
"url": "https://fastcrw.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fastcrw": {
"serverUrl": "https://fastcrw.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fastcrw": {
"type": "http",
"url": "https://fastcrw.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"fastcrw": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fastcrw.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http fastcrw https://fastcrw.com/mcpRelated MCP servers
Open-source web scraper for AI agents with scrape, crawl, and map tools
View repository →