$ timeahead.in
/ servers/npm/mcp-deepwiki
npm

mcp-deepwiki

MCP server for fetch deepwiki.com and turn content into LLM readable markdown

1k stars3k/wkupdated 103d agogithub ↗
89good
▣ Overview

What it does

Crawls Deepwiki documentation URLs, extracts all linked pages, and converts them to Markdown. Supports two output modes: a single merged document or structured page-by-page data. The crawler sanitizes HTML (removing headers, footers, navigation, scripts, and ads) and rewrites links for Markdown compatibility. Domain filtering restricts input to deepwiki.com only.

Who it's for

Developers and AI tool builders who need to extract and convert Deepwiki documentation into structured Markdown for embedding in knowledge bases, search indexes, or language model contexts. Useful for anyone automating documentation processing workflows.

Common use cases

  • Convert a complete Deepwiki repository to a single Markdown file for offline use or archival
  • Fetch structured page data to build searchable documentation indexes for LLM systems
  • Extract framework documentation (shadcn-ui, Tailwind, etc.) as Markdown for knowledge bases

Setup pitfalls

  • Server is currently non-functional. DeepWiki has disabled scraping; the README recommends using the official Deepwiki MCP server at docs.devin.ai instead.
  • High risk classification—reads and writes the filesystem and makes network calls, requiring careful sandboxing in untrusted environments.
  • CI tests are failing and the codebase is 84 days stale, indicating maintenance gaps.
  • Configure DEEPWIKI_MAX_CONCURRENCY, DEEPWIKI_REQUEST_TIMEOUT, and retry settings via environment variables to tune behavior.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
72
14.4
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
89.4
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-deepwiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-deepwiki"
      ]
    }
  }
}
📈 Score historylast 43 snapshots
4/30/20266/21/2026 · 43 snapshots
⚙ Maintenance health
21/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads3k
github stars1k
forks79
open issues9
license✓ present
readme length7130 chars
last publish0d ago
last commit103d ago
last updated5d ago
install verified✗ fail · 52d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points