Provides an MCP tool (version 0.0.10) to fetch content from deepwiki.com, crawl all related pages, sanitize HTML, convert to markdown, and return either a single aggregated document or structured page list. Useful for AI agents to read library documentation. Key differentiators: domain safety (only deepwiki.com), link rewriting, configurable concurrency/depth. Under active development.
npm install mcp-deepwikiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure MCP server in Cursor and fetch deepwiki documentation as markdown.
Ensure URL starts with https://deepwiki.com/
Use ESM imports (import) or run via npx/node with --experimental-modules.
Check Node version with 'node --version' and upgrade if necessary.
Use 'deepwiki_fetch' with appropriate mode (aggregate/pages) and url parameter.
Set maxDepth to a lower value (e.g., 1 or 2) for faster results.
Use a valid deepwiki.com URL (e.g., https://deepwiki.com/shadcn-ui/ui)
Use 'npx mcp-deepwiki@latest' or add "type": "module" in package.json
Run 'npm install -g mcp-deepwiki' or use 'npx mcp-deepwiki@latest'
Start the MCP server via npx and ensure it's listening on the expected transport (stdio by default)
No dependency data recorded yet.