Docs Crawler MCP
MCP server: Docs Crawler MCP
Installation
npx docs-crawler-mcpAsk AI about Docs Crawler MCP
Powered by Claude · Grounded in docs
I know everything about Docs Crawler MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Quasar Crawler MCP Server
An MCP server that crawls documentation websites, converts them to Markdown, and stores embeddings in Qdrant for intelligent, up-to-date documentation search.
Features
- Crawl documentation sites using Puppeteer
- Convert HTML to Markdown with jsdom and turndown
- Generate embeddings with Transformers
- Store and search embeddings in Qdrant vector database
- Expose MCP resources and tools for integration with other systems
Installation
Clone the repository and install dependencies:
npm install
Build the project:
npm run build
Usage
Configure this server as an MCP server (e.g., in Claude Desktop configuration):
{
"mcpServers": {
"quasar-crawler": {
"command": "/path/to/quasar-crawler/build/index.js"
}
}
}
Run the built server binary, then use the provided MCP tools and resources to crawl and query documentation content.
Development
For active development with auto-rebuild:
npm run watch
Available scripts:
build- Compile the TypeScript sourcewatch- Rebuild on file changesinspector- Launch MCP Inspector for debugging
Debugging
Use the MCP Inspector to debug server communication:
npm run inspector
This will provide a URL to access debugging tools in your browser.
