Skip to main content
Glama

MCP Server for Crawl4AI

by omgwtfwow
package.json2.41 kB
{ "name": "mcp-crawl4ai-ts", "version": "3.0.2", "description": "TypeScript MCP server for Crawl4AI - web crawling and content extraction", "main": "dist/index.js", "bin": { "mcp-crawl4ai-ts": "dist/index.js" }, "type": "module", "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc -p tsconfig.build.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage", "test:unit": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=integration --testPathIgnorePatterns=examples", "test:integration": "JEST_TEST_TYPE=integration NODE_OPTIONS=--experimental-vm-modules jest src/__tests__/integration", "test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --coverage --maxWorkers=2", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "check": "npm run lint && npm run format:check && npm run build" }, "keywords": [ "mcp", "crawl4ai", "web-scraping", "markdown", "pdf", "screenshot" ], "author": "Juan González Cano", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/omgwtfwow/mcp-crawl4ai-ts.git" }, "bugs": { "url": "https://github.com/omgwtfwow/mcp-crawl4ai-ts/issues" }, "homepage": "https://github.com/omgwtfwow/mcp-crawl4ai-ts#readme", "files": [ "dist/**/*", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "dotenv": "^16.4.7", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^9.32.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "@types/nock": "^10.0.3", "@types/node": "^22.10.6", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "diff": "^8.0.2", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.3", "jest": "^29.7.0", "nock": "^14.0.8", "prettier": "^3.6.2", "ts-jest": "^29.4.0", "tsx": "^4.19.2", "typescript": "^5.7.3" } }

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/omgwtfwow/mcp-crawl4ai-ts'

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