llmwiki

llmwiki

Transform documents into an AI-maintained personal wiki by connecting your Claude account.

MCPResearchOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.2k
Source
mcp-github

Overview

LLM Wiki is an open-source project implementing Karpathy's LLM Wiki concept. Users can upload documents, notes, and web clips, and connect their Claude account via the MCP protocol to enable AI-generated and maintained knowledge base creation. This tool is ideal for individuals managing large volumes of reading materials and personal notes, as well as enterprises aiming to build institutional knowledge bases. Setup involves cloning the repository, installing dependencies, configuring folder paths, and setting up Claude MCP.

Capabilities

  • Upload documents in multiple formats
  • Clip web pages via Chrome extension
  • Automatically synthesize documents into a knowledge base
  • Support Claude MCP connection
  • Provide visual charts

Use cases

Personal knowledge managementEnterprise knowledge base constructionResearch material organizationTeam collaboration and knowledge sharing

Setup

Requires: Python 3.11+Node.js 20+API Key
git clone https://github.com/lucasastorian/llmwiki.git; cd llmwiki; python -m venv .venv && source .venv/bin/activate; pip install -r api/requirements.txt -r mcp/requirements.txt; cd web && npm install && cd ..

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I connect my Claude account?

Run the command ./llmwiki mcp-config, then paste the output into the settings of Claude Desktop or Code.

What file formats are supported?

Supports Markdown, PDF, Word, PowerPoint, and more.

Related skills