deepwiki-mcp

deepwiki-mcp

MCP server to fetch the latest knowledge from deepwiki.com.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 1.4k
Source
mcp-github

Overview

deepwiki-mcp is an unofficial MCP server that scrapes the latest knowledge from deepwiki.com and converts it into Markdown format. It supports multiple output formats and concurrent crawling, making it suitable for use with Cursor and other code editors. With this capability, AI can retrieve and process technical documentation from deepwiki.com. Usage methods include the npx command or configuring a `.cursor/mcp.json` file. Ideal for developers and AI applications requiring access to technical documentation.

Capabilities

  • Scrape pages from deepwiki.com
  • Convert HTML to Markdown
  • Support multiple output formats
  • Concurrent crawling for improved performance
  • Rewrite links to suit Markdown

Use cases

Retrieve technical documentation within a code editorAutomatically generate summaries of technical documentationIntegrate into development tools to provide real-time documentation support

Setup

Requires: Node 环境API Key
npx -y mcp-deepwiki@latest or add configuration to `.cursor/mcp.json`:

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I use deepwiki-mcp?

You can use it via the npx command or by configuring the `.cursor/mcp.json` file.

What output formats are supported?

It supports both single-document and structured page data formats.

Related skills