$ 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 77d agogithub ↗
90good
▣ Overview

What it does

This MCP server crawls deepwiki.com URLs, extracts HTML, converts it to Markdown, and returns content either aggregated into a single document or as structured per-page objects. It sanitizes HTML by removing navigation, headers, footers, and ads, then rewrites links for Markdown compatibility. Crawl depth and concurrency are configurable via environment variables.

Who it's for

Backend engineers and researchers who need to ingest DeepWiki documentation into Claude or other models as Markdown. Teams maintaining local knowledge bases of library documentation (shadcn, Tailwind, etc.) would benefit—if the server were functional.

Common use cases

  • Extract multi-page library guides into a single Markdown file for inclusion in LLM context windows
  • Batch-convert DeepWiki documentation pages into structured Markdown objects for offline processing
  • Build training datasets from community-authored library documentation

Setup pitfalls

  • Non-functional: DeepWiki has blocked automated scraping. The server cannot retrieve content and its README recommends using the official DeepWiki MCP instead.
  • Maintenance is stale (last commit 77 days ago, CI failing). Do not expect updates or fixes.
  • Configuration via DEEPWIKI_MAX_CONCURRENCY, DEEPWIKI_REQUEST_TIMEOUT, DEEPWIKI_MAX_RETRIES, and DEEPWIKI_RETRY_DELAY environment variables, but these cannot resolve the upstream block.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
74
14.8
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
89.8
⚿ 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"
      ]
    }
  }
}
⚙ Maintenance health
31/ 100 · is this project alive?
contributors (1y)2
top contributor share67%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads3k
github stars1k
forks81
open issues9
license✓ present
readme length7130 chars
last publish0d ago
last commit77d ago
last updated10h ago
install verified✗ fail · 21d 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