llmwiki
Transform documents into an AI-maintained personal wiki by connecting your Claude account.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 1.2k
- Source
- mcp-github
- Repository
- github.com/lucasastorian/llmwiki
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
Setup
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
Scrapling
An adaptive web scraping framework capable of handling everything from single requests to large-scale scraping.
TrendRadar
An AI-driven tool for sentiment monitoring and trend analysis, supporting multi-platform aggregation, RSS subscription, and intelligent notifications.
gpt-researcher
An autonomous agent for deep research using any LLM provider.
Deep-Research-skills
Provides structured deep research capabilities for Claude Code, OpenCode, and Codex, supporting a two-phase research process.
user-research-skill
Provides end-to-end user research capabilities for AI agents, including interviews, synthetic users, and quantitative surveys.
google-maps-scraper
Scrape business data from Google Maps, such as name, address, phone number, etc.