$ 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 server crawls deepwiki.com documentation sites, converting HTML to Markdown for LLM consumption. It sanitizes content by stripping headers, footers, navigation, scripts, and ads, then returns either a single aggregate document or structured by-page data. Domain safety restricts processing to deepwiki.com URLs only. It supports configurable crawl depth, concurrent fetching, and request timeouts.

Who it's for

Engineers building documentation-aware AI tools, researchers needing structured library reference material for analysis, and developers embedding external knowledge into Claude prompts for context-aware reasoning and decision support.

Common use cases

  • Fetch shadcn/ui or Tailwind CSS documentation as Markdown for model context
  • Extract library architecture and API patterns for analytical tasks
  • Build documentation-backed RAG and embedding systems
  • Pre-process reference material for prompt engineering and knowledge grounding

Setup pitfalls

  • Currently broken: DeepWiki has blocked scraping. The maintainers recommend using the official DeepWiki MCP server at docs.devin.ai instead.
  • Filesystem access: Requires read/write permissions for caching and operation state. Run in a sandboxed environment if processing untrusted content.
  • Network connectivity: Makes outbound HTTP requests to deepwiki.com. Firewalls, proxies, and rate-limiting may block requests. Configure DEEPWIKI_REQUEST_TIMEOUT (default 30s) and DEEPWIKI_MAX_RETRIES (default 3) to handle network instability.
  • Maintenance and configuration: CI builds are failing and the last commit was 77 days ago. Tune DEEPWIKI_MAX_CONCURRENCY (default 5) and DEEPWIKI_RETRY_DELAY (default 250ms) for your infrastructure.
▣ 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"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ 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 updated7h 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