Deepwiki
Freeby MCP Community
MCP server for fetch deepwiki.com and turn content into LLM readable markdown
v0.0.10Added Apr 12, 2026
mcpmcp-startermodel-context-protocol
Deepwiki MCP Server
MCP server for fetch deepwiki.com and turn content into LLM readable markdown
Installation
Reviews
Installation
Quick install
npx -y mcp-deepwiki
Add to claude_desktop_config.json
{
"mcpServers": {
"deepwiki": {
"command": "npx",
"args": ["-y", "mcp-deepwiki"]
}
}
}