Loading languages...
DE

deepwiki

@Cognition AI

SSE 및 Streamable 프로토콜을 통해 위키 관련 도구를 제공하는 공식 DeepWiki mcp servers입니다.

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