crawl4ai-local-for-windows
Crawl4ai Local for Windows
Windows에서 사용하는 Crawl4ai 로컬 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
claude mcp add --transport stdio --scope user crawl4ai -- uv run --directory <parent_location>\crawl4ai-local-for-windows mainparent_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 crawl4aiHermes 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-setupMaintenance
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
- FlicenseNot gradedqualityDmaintenanceA 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.
- AlicenseNot gradedqualityDmaintenanceA 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.103MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for web scraping and browser automation, enabling AI agents to extract clean, token-efficient content from web pages.1MIT
- AlicenseNot gradedqualityBmaintenanceHosts local MCP servers on Windows, enabling connection of local AI models (like Gemma) to external tools without cloud dependency.464MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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