Deepwiki MCP Server
@regenrek
关于 Deepwiki MCP Server
📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-deepwiki": {
"command": "node",
"args": [
"./bin/cli.mjs"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Deepwiki MCP Server?
Deepwiki MCP Server is an unofficial MCP server that accepts a Deepwiki URL via MCP, crawls all relevant pages, converts them to Markdown, and returns either a single aggregated document or a structured list of pages. It is intended for developers using MCP-compatible clients such as Cursor to fetch documentation from Deepwiki.
How to use Deepwiki MCP Server?
Configure the server in your MCP client (e.g., add to .cursor/mcp.json) with npx -y mcp-deepwiki@latest as the command. Then invoke the tool deepwiki_fetch with parameters url (required), mode (optional: "aggregate" or "pages"), and maxDepth (optional). You can also use natural language prompts like deepwiki fetch how can i use gpt-image-1 with "vercel ai" sdk.
Key features of Deepwiki MCP Server
- Domain safety: only processes URLs from deepwiki.com
- HTML sanitization strips headers, footers, navigation, scripts, and ads
- Link rewriting adjusts links to work in Markdown
- Supports multiple output formats: one document or structured pages
- Fast crawling with adjustable concurrency and depth
- Provides progress events during crawling
Use cases of Deepwiki MCP Server
- Fetch complete documentation for a Deepwiki repository as a single Markdown document
- Retrieve structured, page‑wise Markdown for a Deepwiki repository
- Quickly answer specific questions about a library using its Deepwiki documentation
- Integrate Deepwiki documentation into AI‑assisted coding workflows (e.g., Cursor)
FAQ from Deepwiki MCP Server
What does Deepwiki MCP Server do that the official DeepWiki MCP server does not?
This server is an unofficial alternative. As of the notice in the README, it is currently not working because DeepWiki has cut off the ability to scrape it. The official DeepWiki MCP server is recommended at https://docs.devin.ai/work-with-devin/deepwiki-mcp.
What are the runtime requirements?
The server requires Node.js and is run via npx (npx -y mcp-deepwiki@latest). It can also be run from source after cloning the repository and running npm install and npm run build.
Where does the data come from and how is it processed?
The server only accepts URLs from the deepwiki.com domain. It crawls the given repository, sanitizes the HTML (stripping headers, footers, navigation, scripts, and ads), and converts the content to Markdown. It does not store data externally.
What are the known limitations?
The server is currently broken because DeepWiki has blocked scraping. By design, it only works with deepwiki.com domains. For large repositories, timeout errors may occur; these can be mitigated by adjusting environment variables such as DEEPWIKI_REQUEST_TIMEOUT and DEEPWIKI_MAX_CONCURRENCY.
What transports and authentication are supported?
The server supports stdio transport (default for MCP) and HTTP transport (via --http flag). No authentication is required or mentioned. It can be configured with environment variables for concurrency, timeout, and retry settings.
开发工具 分类下的更多 MCP 服务器
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
评论