mcps / deepwiki
✓ MCPExplorer Verified

DeepWiki MCP server

Ask questions about any public GitHub repo.

Docsby CognitionNoneFree

01What it is

DeepWiki (by Cognition, the team behind Devin) turns public GitHub repositories into queryable documentation. An agent can read a repo's generated wiki structure and contents, or just ask a question about the codebase and get a grounded answer — no clone, no indexing setup. Remote, free, and no auth or signup; private repos are covered by the separate Devin MCP.

Who it’s for: Developers who want an agent that understands unfamiliar codebases and libraries without cloning and crawling them first.


02Highlights
Ask the repo
ask_question answers natural-language questions about any public GitHub repository.
Read the wiki
read_wiki_structure and read_wiki_contents expose the generated docs for systematic reading.
Zero friction
Remote endpoint, free, no API key or signup — add the URL and go.

03Add it to your agent

Remote MCP server (Streamable HTTP) — none.

claude mcp add -t http deepwiki https://mcp.deepwiki.com/mcp
{ "mcpServers": { "deepwiki": { "type": "streamable-http", "url": "https://mcp.deepwiki.com/mcp" } } }

07FAQ
What is DeepWiki MCP?

DeepWiki (by Cognition, the team behind Devin) turns public GitHub repositories into queryable documentation. An agent can read a repo's generated wiki structure and contents, or just ask a question about the codebase and get a grounded answer — no clone, no indexing setup. Remote, free, and no auth or signup; private repos are covered by the separate Devin MCP.

Who is DeepWiki for?

Developers who want an agent that understands unfamiliar codebases and libraries without cloning and crawling them first.

How do I connect DeepWiki to my agent?

DeepWiki is a remote MCP server at https://mcp.deepwiki.com/mcp. Add it in Claude, Cursor, or any MCP client — for example: claude mcp add -t http deepwiki https://mcp.deepwiki.com/mcp.

Does DeepWiki require authentication?

Yes — DeepWiki authenticates with None. You connect your own account, and it acts only within the scopes you grant.

How much does DeepWiki cost?

Free.

Is DeepWiki verified on MCPExplorer?

Yes — DeepWiki is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look in Docs.

Notion
Docs
Your team knowledge layer for agents.
Context7
Docs
Up-to-date library docs, on demand.
ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.

09Badge

DeepWiki is featured on MCPExplorer. Add this badge to DeepWiki’s site or README — it links back to this page.

DeepWiki MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/deepwiki" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/deepwiki.svg" alt="DeepWiki MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![DeepWiki MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/deepwiki.svg)](https://mcpexplorer.com/mcps/deepwiki)

Get started

Set up DeepWiki and put it to work — Free. Or see its full verified profile.