Loading languages...
DE

deepwiki

@Cognition AI

Official DeepWiki MCP server providing wiki-related tools via SSE and Streamable protocols.

read-wiki
wiki-tool
ask-question

DeepWiki MCP Server

Official MCP server for DeepWiki, providing tools to interact with wiki content (read structure, contents, ask questions) via SSE and Streamable protocols.

What

Enables MCP clients to access DeepWiki's wiki resources through read_wiki_structure, read_wiki_contents, and ask_question tools.

How

  • For most clients (Windsurf, Cursor): Configure in mcpServers with "deepwiki": {"serverUrl": "https://mcp.deepwiki.com/sse"}
  • For Claude Code: Use command claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp

Note

Supports SSE (endpoint: https://mcp.deepwiki.com/sse) and Streamable HTTP (endpoint: https://mcp.deepwiki.com/mcp) protocols.

# mcpServer Config

{
  "mcpServers": {
    "deepwiki": {
      "serverUrl": "https://mcp.deepwiki.com/sse"
    }
  }
}

# sseURL

https://mcp.deepwiki.com/sse

# streamableURL

https://mcp.deepwiki.com/mcp
Transport:
sse
streamable
Language:
Updated: 8/3/2025