Skip to main content
Glama
fix-a-lot

crawl4ai-local-for-windows

by fix-a-lot

Crawl4ai Local for Windows

Crawl4ai 的 Windows 本地 MCP 服务器。无需安装 WSL——直接运行即可。

另见: - https://github.com/unclecode/crawl4ai - https://docs.crawl4ai.com/

环境要求

本项目需要 uv 和 Python 3.14。

Related MCP server: crawl4ai-mcp-server

安装

uv sync

运行

🚨️ 如果你将 MCP 正确连接到编码智能体,它会自动启动服务器——无需单独运行。

uv run main

如需从终端以调试模式(MCP Inspector)运行:

uv run mcp dev src/crawl4ai_local_for_windows/server.py

将 MCP 添加到智能体

Claude Code

Sup includes

Claude Code

claude mcp add --transport stdio --scope user crawl4ai -- uv run --directory <parent_location>\crawl4ai-local-for-windows main

parent\_location 写为 C:\dev\repo\fix-a-lot

  • 例如:claude mcp add --transport stdio --scope user crawl4ai -- uv run --directory C:\dev\repo\fix-a-lot\crawl4ai-local-for-windows main

# Check MCP installation
claude mcp list
claude mcp get crawl4ai

Hermes Agent

{
  "mcpServers": {
    "crawl4ai": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "<parent_location>\\crawl4ai-local-for-windows",
        "main"
      ]
    }
  }
}

parent\_location 写为 C:\\dev\\repo\\fix-a-lot

  • 例如:C:\\dev\\repo\\fix-a-lot\\crawl4ai-local-for-windows


🚧 搭建项目时使用的命令

uv init
uv add crawl4ai mcp
uv run crawl4ai-setup
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A locally-hosted MCP server that provides AI assistants with advanced web crawling capabilities, including structured data extraction, deep site crawling, and page screenshots. It enables users to convert single or multiple URLs into clean Markdown content for processing by LLMs without requiring external API keys for basic features.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A lightweight MCP server that exposes Crawl4AI web scraping and crawling capabilities as tools for AI agents, enabling single-page scraping and multi-page crawling with adaptive stopping.
    103
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for web scraping and browser automation, enabling AI agents to extract clean, token-efficient content from web pages.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

  • SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fix-a-lot/crawl4ai-local-for-windows'

If you have feedback or need assistance with the MCP directory API, please join our Discord server