0.1.0 • Published 1 year ago

@gkzhb/crawl4ai-mcp v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Crawl4AI Model Context Protocol Server

npm version GitHub stars GitHub issues GitHub license

This MCP Server helps you connect to your Crawl4AI docker API server.

Built with gkzhb/fastmcp-template: TypeScript MCP Server Template.

Quick Start

Prerequisites:

  • Node.js 18+

To start Crawl4AI MCP server:

export CRAWL4AI_URL=http://your-server-ip:port
npx -y @gkzhb/crawl4ai-mcp

Notice that the command above is for Crawl4AI server v0.6.x.

For Crawl4AI server before v0.6.0, please use 0.0.x:

npx -y @gkzhb/crawl4ai-mcp@0.0.8

This MCP server uses Streamable HTTP. And the default HTTP URL is http://localhost:8585/stream.

To customize MCP server, here are the shell environment variables:

VariableIf OptionalDescription
CRAWL4AI_URLRequiredCrawl4AI docker API server URL, eg. http://localhost:11545
CRAWL4AI_API_TOKENOptionalIf Crawl4AI server enables authentication, you need to use this
SERVER_PORTOptionalMCP server port, default value is 8585
0.1.0

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4-beta.1

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago