Skip to content

gkzhb/crawl4ai-mcp-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Crawl and Search MCP Servers

Environment Variables

  • MCP_TYPE: Transport type ( stdio , sse , http ) - defaults to "stdio"
  • MCP_HOST: Host address for SSE/HTTP modes - defaults to "127.0.0.1"
  • MCP_PORT: Listening port for SSE/HTTP modes - defaults to "8000" or "8001"(more details in project readme file)

For SSE type, connect to url http://localhost:8000/sse . For HTTP type, connect to url http://localhost:8000/mcp .

About

A collection of MCP Servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages