deepwiki-mcp
536
Deepwiki MCP Server is an unofficial tool designed to crawl and convert Deepwiki URLs into Markdown documents. It emphasizes safety, performance, and flexible output formats, making it a useful resource for converting web content into Markdown.
npx
{ "mcpServers": { "mcp-deepwiki": { "command": "npx", "args": [ "-y", "mcp-deepwiki@latest" ] } } }
node
{ "mcpServers": { "mcp-deepwiki": { "command": "node", "args": [ "./bin/cli.mjs" ] } } }