deepwiki-mcp is an MCP server that fetches deepwiki.com content and converts it to Markdown.
Fetch and crawl documentation from deepwiki.com repositories, converting HTML content to Markdown format with multiple output modes and configurable crawling depth.
{
"mcpServers": {
"mcp-deepwiki": {
"command": "npx",
"args": ["-y", "mcp-deepwiki@latest"]
}
}
}