mcp-deepwiki

Query DeepWiki repository documentation via MCP server commands.

6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/archibate/archibate-skills --skill mcp-deepwiki-archibate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-deepwiki
Source: https://github.com/archibate/archibate-skills/tree/main/old-skills/minor-skills/mcp-deepwiki
Command: npx skills add https://github.com/archibate/archibate-skills --skill mcp-deepwiki-archibate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides programmatic access to DeepWiki’s public repository documentation and search capabilities via the MCP server, enabling fast, structured queries of code docs.

Core Features & Use Cases

  • Read wiki structure with read_wiki_structure
  • Read wiki contents with read_wiki_contents
  • Ask questions about a repository with ask_question
  • Aggregate and search documentation across multiple repositories via MCP

Quick Start

Query a repository’s docs by asking questions through the MCP server or by reading wiki structure and contents using the provided commands.

Frequently Asked Questions about mcp-deepwiki

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

FAQPage Schema
How do I search public code repository documentation programmatically?

Search public repository documentation by programmatically accessing DeepWiki's public docs through an MCP server, enabling fast, structured queries of code docs across multiple repositories.

How does querying wiki structures through an MCP server work?

Querying wiki structures through an MCP server works by using the read_wiki_structure command to retrieve the hierarchical layout of a public code repository's documentation.

Can I ask questions about a repository's code docs and get structured answers?

Yes, you can ask questions about a repository's code docs using the ask_question command via the MCP server to retrieve targeted answers from the public documentation.

What do I need to access DeepWiki documentation via MCP?

To access DeepWiki documentation via MCP, you need the MCP server URL and the specific command set described in the documentation to perform read and ask operations.

How do I read wiki contents across multiple repositories?

Read wiki contents across multiple repositories by aggregating and searching documentation through the MCP server using the provided read_wiki_contents command.

What are the limitations of using MCP for repository documentation search?

The limitations of using MCP for repository documentation search include being restricted to read and ask operations on public repositories, requiring the specific MCP server URL to function.