regenrek/deepwiki-mcp
Unofficial MCP server that fetches, crawls, and converts DeepWiki documentation pages into Markdown for use in AI coding assistants and agents.

This MCP server enables AI coding assistants and agents to retrieve structured documentation from deepwiki.com by crawling repository pages, stripping HTML to markdown, and returning formatted content. It integrates with MCP-compatible clients like Cursor, allowing AI tools to fetch documentation by URL, repository name, or search queries. The server sanitizes HTML, rewrites links, supports multiple output formats, and includes adjustable concurrency for performance.