About
The DeepWiki MCP server is a remote service that provides programmatic, no-authentication access to public repository documentation and search capabilities through the Model Context Protocol.
Key Information
- Base Server URL:
https://mcp.deepwiki.com/ - Status: Free, remote, and requires no authentication for public repositories.
Available Tools
The server provides three primary tools for interacting with GitHub repository documentation:
read_wiki_structure: Retrieves a list of documentation topics for a specific GitHub repository.read_wiki_contents: Allows you to view the actual documentation content of a GitHub repository.ask_question: Enables AI-powered, context-grounded questions about a repository.
Wire Protocols
The server supports two protocols, though one is preferred for modern integrations:
-
Streamable HTTP (
/mcp): -
URL:
https://mcp.deepwiki.com/mcp -
Compatibility: Recommended for most integrations, including Cloudflare, OpenAI, and Claude.
-
SSE (Server-Sent Events) (
/sse): -
URL:
https://mcp.deepwiki.com/sse -
Status: Legacy protocol; currently being deprecated.
Setup Instructions
For Most Clients (e.g., Cursor, Windsurf)
Add the following to your mcpServers configuration:
{
"mcpServers": {
"deepwiki": {
"serverUrl": "https://mcp.deepwiki.com/mcp"
}
}
}
For Claude Code
Run the following command in your terminal:
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
[!TIP] For private repository access, a Devin account and API key are required to use the Devin MCP server.
This server runs through your single 1Server connection. No extra config required.