deepwiki-mcp

Retrieve documentation structures, topic contents, and context-grounded answers for public GitHub repositories.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill deepwiki-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepwiki-mcp
Source: https://github.com/plurigrid/asi/tree/main/skills/deepwiki-mcp
Command: npx skills add https://github.com/plurigrid/asi --skill deepwiki-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DeepWiki MCP provides AI-powered documentation and Q&A for any public GitHub repository indexed on DeepWiki. It enables structure navigation, topic-specific reading, and context-grounded questions grounded in repository content.

Core Features & Use Cases

  • read_wiki_structure: Retrieve the documentation topic tree.
  • read_wiki_contents: Read AI-generated docs for a given topic.
  • ask_question: Get AI-backed answers grounded in repository context.

Quick Start

claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp

Frequently Asked Questions about deepwiki-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI documentation for a GitHub repository?

DeepWiki MCP generates AI-powered documentation for public GitHub repositories indexed on DeepWiki.com. Use read_wiki_structure to retrieve the documentation topic tree, then read_wiki_contents to access AI-generated docs for specific topics, providing repo_owner, repo_name, and topic as inputs.

Can I ask questions about a GitHub repository's codebase?

Yes. The ask_question tool returns AI-backed answers grounded in repository context. Provide repo_owner, repo_name, and your question to receive context-specific answers from the indexed repository's documentation and code.

What GitHub repositories work with DeepWiki MCP?

DeepWiki MCP supports any public GitHub repository already indexed on DeepWiki.com. You need the repository owner and name to access its AI-generated documentation structure, contents, and answer questions grounded in that repository's context.

How do I integrate DeepWiki MCP with Claude?

Add DeepWiki MCP as an HTTP-based MCP server using claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp. This enables access to read_wiki_structure, read_wiki_contents, and ask_question tools for indexed repositories.

Does DeepWiki MCP support streaming responses?

Yes. DeepWiki MCP implements SSE and Streamable HTTP protocols, enabling streaming responses for documentation retrieval and question-answering tasks against indexed GitHub repositories.